Navigation
API > API/Runtime > API/Runtime/CoreUObject
Classes
| Type | Name | Description | |
|---|---|---|---|
| TCastFlags | |||
| TIsCastable | |||
| TIsIInterface | Metafunction which detects whether or not a class is an IInterface. | ||
| TIsTObjectPtr | |||
| TIsTSubclassOf | |||
| TIsTSubclassOfField | |||
| TIsUEnumClass | Traits class which tests if a type is a UEnum class. | ||
| TNonNullSubclassOf | Template to allow TClassType's to be passed around with type safety | ||
| TSubclassOf | Template to allow UClass types to be passed around with type safety | ||
| TSubclassOfField | Template to allow FFieldClass types to be passed around with type safety |
Functions
| Type | Name | Description | |
|---|---|---|---|
| To | UECasts_Private::DynamicCast
(
From* Arg |
||
| To | UECasts_Private::DynamicCast
(
From&& Arg |