Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void UPythonDelegate::SetSignature(UFunction *original_signature)
17
{
18
signature = original_signature;
19
signature_set = true;
20
}
21
22
void UPythonDelegate::ProcessEvent(UFunction *function, void *Parms)
23
{
Callers
1
ue_bind_pyevent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected