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

Method RemoveFrom

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

Source from the content-addressed store, hash-verified

50}
51
52void ULuaDelegateHandler::RemoveFrom(FMulticastDelegateProperty* InProperty, void* InDelegate)
53{
54 FScriptDelegate DynamicDelegate;
55 DynamicDelegate.BindUFunction(this, NAME_Dummy);
56 TMulticastDelegateTraits<FMulticastDelegateType>::RemoveDelegate(InProperty, MoveTemp(DynamicDelegate), nullptr, InDelegate);
57}
58
59void ULuaDelegateHandler::BeginDestroy()
60{

Callers 2

RemoveMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected