Navigation
API > API/Plugins > API/Plugins/AvalancheCore
Holds the direct super types of a given type T. Also serves to Cast a provided pointer to a desired type id.
| Name | TAvaInherits |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Public/AvaType.h |
| Include Path | #include "AvaType.h" |
Syntax
template<typename T, typename... InSuperTypes>
class TAvaInherits
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const void * Cast
(
const T* InPtr, |
AvaType.h | ||
static const void * Cast
(
const T* InPtr, |
AvaType.h | ||
static const void * Cast
(
const T* InPtr, |
AvaType.h |