TIsType

Determine if the type with the provided index in the template parameter pack is the same

Windows
MacOS
Linux

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

Name Description

Public function Static

bool

 

IsSame

(
    SIZE_T TypeIndex
)

Check if the type at the provided index is the lookup type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss