Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FTypedElementHandle
Description
Test to see whether the data stored within this handle is of the given type.
This is not typically something you'd want to query outside of data access within an interface implementation.
| Name | IsDataOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementHandle.h |
| Include Path | #include "Elements/Framework/TypedElementHandle.h" |
template<typename ElementDataType>
bool IsDataOfType() const