Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TScriptDelegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include | #include "UObject/ScriptDelegates.h" |
void BindUFunction
&40;
UObject &42; InObject,
const FName & InFunctionName
&41;
Remarks
Binds a UFunction to this delegate.
Parameters
| Name | Description |
|---|---|
| InObject | The object to call the function on. |
| InFunctionName | The name of the function to call. |