![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnrealTypeTraits.h>
Public Types | |
| typedef char | No[1] |
| typedef char | Yes[2] |
Static Public Member Functions | |
| static Yes & | Test (BaseType *) |
| static Yes & | Test (const BaseType *) |
| static No & | Test (...) |
| static DerivedType * | DerivedTypePtr () |
Static Public Attributes | |
| static constexpr bool | Value = sizeof(Test( DerivedTypePtr() )) == sizeof(Yes) |
| static constexpr bool | IsDerived = Value |
Is type DerivedType inherited from BaseType.
| typedef char TIsDerivedFrom< DerivedType, BaseType >::No[1] |
| typedef char TIsDerivedFrom< DerivedType, BaseType >::Yes[2] |
|
inlinestatic |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |