MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / SetSignature

Method SetSignature

Source/UnrealEnginePython/Public/PythonDelegate.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void UPythonDelegate::SetSignature(UFunction *original_signature)
17{
18 signature = original_signature;
19 signature_set = true;
20}
21
22void UPythonDelegate::ProcessEvent(UFunction *function, void *Parms)
23{

Callers 1

ue_bind_pyeventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected