Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | ITypedElementObjectInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementObjectInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementObjectInterface.h" |
Syntax
class ITypedElementObjectInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * GetObject
(
const FTypedElementHandle& InElementHandle |
Get the object instance that this handle represents, if any. | Elements/Interfaces/TypedElementObjectInterface.h | |
virtual UObject * GetObject
(
const FScriptTypedElementHandle& InElementHandle |
Script api Get the object instance that this handle represents, if any. | Elements/Interfaces/TypedElementObjectInterface.h |
|
CastTo * GetObjectAs
(
const FTypedElementHandle& InElementHandle |
Attempts to cast the given handle to another class. | Elements/Interfaces/TypedElementObjectInterface.h | |
CastTo * GetObjectAs
(
const FTypedElementHandle& InElementHandle, |
Attempts to cast the given handle to another class, if it can also be casted to TargetClass. | Elements/Interfaces/TypedElementObjectInterface.h | |
virtual UClass * GetObjectClass
(
const FTypedElementHandle& InElementHandle |
Gets the object instance's class that the handle represents, if any. | Elements/Interfaces/TypedElementObjectInterface.h | |
virtual UClass * GetObjectClass
(
const FScriptTypedElementHandle& InElementHandle |
Gets the object instance's class that the handle represents, if any. | Elements/Interfaces/TypedElementObjectInterface.h |
|