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