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, asserting if it isn't possible.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | GetDataChecked |
| 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 & GetDataChecked() const