TIsCastableToPointer

Windows
MacOS
Linux

Inheritance Hierarchy

TOr

TIsCastableToPointer

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h

Include

#include "Templates/Casts.h"

Syntax

template<typename T>
struct TIsCastableToPointer : public TOr< TIsVoidType< T >, TIsCastable< T > >

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