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