Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
Include | #include "Misc/TVariantMeta.h" |
Syntax
template<typename LookupType, typename... Ts>
struct TIsType
Remarks
Determine if the type with the provided index in the template parameter pack is the same
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsSame
(
SIZE_T TypeIndex |
Check if the type at the provided index is the lookup type |