Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FTypedElementHandle
Description
Attempt to access the data stored within this handle as the given type, returning null if it isn't possible and logging an access error for scripting.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementHandle.h |
| Include Path | #include "Elements/Framework/TypedElementHandle.h" |
template<typename ElementDataType>
const ElementDataType * GetData
(
const bool bSilent
) const