Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TIsCastable |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
Syntax
template<typename T>
struct TIsCastable
Enums
Public
| Name | Remarks |
|---|---|
| TIsCastable | It's from-castable if it's an interface or a UObject-derived type. |