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