![]() |
Apparatus
Version 1.21
ECS data-oriented workflow for Unreal Engine.
|
#include "More/type_traits"
#include "CoreMinimal.h"
#include "UObject/Class.h"
#include "Misc/App.h"
#include "Templates/Casts.h"
#include "ApparatusStatus.h"
#include "BitMask.h"
#include "TraitsExtractor.h"
#include "Traitmark.generated.h"
Classes | |
struct | FChainBase |
The base type for the chain. More... | |
struct | FChainCursorBase |
The base type for the chain cursor. More... | |
struct | FTraitmark |
The trait-only fingerprint part. More... | |
Functions | |
template<typename T > | |
constexpr bool | IsTraitType () |
Check if the supplied type is actually a trait. More... | |
uint32 | GetTypeHash (const FTraitmark &Traitmark) |
|
inline |
|
constexpr |
Check if the supplied type is actually a trait.
T | The type to examine. |