Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetUObject () |
Gets the object bound to this delegate | UObject/ScriptDelegates.h | |
const UObject * GetUObject () |
Gets the object bound to this delegate (const) | UObject/ScriptDelegates.h |
GetUObject()
Description
Gets the object bound to this delegate
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
UObject * GetUObject()
The object
GetUObject()
Description
Gets the object bound to this delegate (const)
| Name | GetUObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
const UObject * GetUObject() const
The object