Navigation
API > API/Plugins > API/Plugins/PCG
Wrapper around a standard 2-dimensional CArray that is constexpr, to know if a type is constructible from another. First index is the wanted type, second index is the original type. Returns true if we can construct first type from second type.
| Name | FConstructibleTypes |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
Syntax
struct FConstructibleTypes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FConstructibleTypes() |
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, void > | Metadata/PCGMetadataAttributeTraits.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Values | bool | Metadata/PCGMetadataAttributeTraits.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const bool * operator[]
(
int i |
Metadata/PCGMetadataAttributeTraits.h |