Navigation
API > API/Runtime > API/Runtime/Chaos
Specialized for derived classes so that we can downcast to non-leaf types in the class hierarchy
| Name | TImplicitTypeInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
Syntax
template<typename T>
struct TImplicitTypeInfo
Struct Specializations
| Name | Remarks |
|---|---|
| TImplicitTypeInfo< FImplicitObjectUnion > |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsBaseOf
(
const EImplicitObjectType InType |
Return true if implicits of type InType can be cast to T. | Chaos/ImplicitObject.h |