MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetWorld

Method GetWorld

Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45UWorld* ULuaDelegateHandler::GetWorld() const
46{
47 if (SelfObject.IsValid())
48 return SelfObject->GetWorld();
49 return UObject::GetWorld();
50}
51
52void ULuaDelegateHandler::RemoveFrom(FMulticastDelegateProperty* InProperty, void* InDelegate)
53{

Callers 3

LocateMethod · 0.45
UObject_GetWorldFunction · 0.45
UWorld_SpawnActorFunction · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected