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

Method BindTo

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

Source from the content-addressed store, hash-verified

29}
30
31void ULuaDelegateHandler::BindTo(FScriptDelegate* InDelegate)
32{
33 Delegate = InDelegate;
34 InDelegate->BindUFunction(this, NAME_Dummy);
35}
36
37void ULuaDelegateHandler::AddTo(FMulticastDelegateProperty* InProperty, void* InDelegate)
38{

Callers 1

BindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected