Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Description
Templated util to get the low-level debug ID for an element data instance. Specialize this to provide exta/custom data for your element data type.
| Name | GetTypedElementDebugId |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementData.h |
| Include Path | #include "Elements/Framework/TypedElementData.h" |
template<typename ElementDataType>
FString GetTypedElementDebugId
(
const ElementDataType & InElementData
)
Specializations
GetTypedElementDebugId< Chaos::VD::TypedElementDataUtil::FStructTypedElementData >
GetTypedElementDebugId< FActorElementData >
GetTypedElementDebugId< FComponentElementData >
GetTypedElementDebugId< FObjectElementData >
GetTypedElementDebugId< FSMInstanceElementData >