Navigation
API > API/Plugins > API/Plugins/PCG
Wrapper around a standard 1-dimensional CArray that is constexpr, to know how to construct/destruct/element size.
| Name | FTypesFundamental |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
Syntax
struct FTypesFundamental
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FTypesFundamental() |
Metadata/PCGMetadataAttributeTraits.h |
Structs
| Name | Remarks |
|---|---|
| TypeHolder | Empty struct that will hold all our types. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AllTypes | TypeHolder< int32, int64, float, double, FVector2D, FVector, FVector4, FQuat, FTransform, FString, bool, FRotator, FName, FSoftObjectPath, FSoftClassPath, TObjectPtr< UObject >, TObjectPtr< UClass >, TSoftObjectPtr<>, TSoftClassPtr<> > | Metadata/PCGMetadataAttributeTraits.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlignmentSize | size_t | Metadata/PCGMetadataAttributeTraits.h | ||
| CanBeMemcpy | bool | Metadata/PCGMetadataAttributeTraits.h | ||
| ConstructFuncs | FConstructMemoryFunc | Metadata/PCGMetadataAttributeTraits.h | ||
| DestroyFuncs | FDestroyMemoryFunc | Metadata/PCGMetadataAttributeTraits.h | ||
| ElementSize | size_t | Metadata/PCGMetadataAttributeTraits.h |