mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
dispatch request
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
UObject* UWorld::K2_GetWorldSettings()
|
||||
{
|
||||
static auto fn = FindObject<UFunction>("/Script/Engine.World.K2_GetWorldSettings");
|
||||
UObject* WorldSettings;
|
||||
this->ProcessEvent(fn, &WorldSettings);
|
||||
return WorldSettings;
|
||||
}
|
||||
|
||||
void UWorld::Listen()
|
||||
{
|
||||
auto GameNetDriverName = UKismetStringLibrary::Conv_StringToName(L"GameNetDriver");
|
||||
|
||||
Reference in New Issue
Block a user