Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TImplicitTypeInfo
Description
Return true if implicits of type InType can be cast to T. I.e., is T a base class (or the class) of InType.
| Name | IsBaseOf |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
static bool IsBaseOf
(
const EImplicitObjectType InType
)