Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This constructor is used only during serialization. | Metadata/PCGMetadataAttributeTpl.h | ||
FPCGMetadataAttribute
(
FPCGMetadataDomain* InMetadata, |
TODO: All deprecated versions taking a UPCGMetadata will be added at the end of this declaration. | Metadata/PCGMetadataAttributeTpl.h | |
FPCGMetadataAttribute
(
UPCGMetadata* InMetadata, |
Metadata/PCGMetadataAttributeTpl.h |
FPCGMetadataAttribute()
Description
This constructor is used only during serialization.
| Name | FPCGMetadataAttribute |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
FPCGMetadataAttribute()
FPCGMetadataAttribute(FPCGMetadataDomain , FName, const FPCGMetadataAttributeBase , const T &, bool)
Description
TODO: All deprecated versions taking a UPCGMetadata will be added at the end of this declaration. For the review, it will be in place for "clarity"
| Name | FPCGMetadataAttribute |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
FPCGMetadataAttribute
(
FPCGMetadataDomain * InMetadata,
FName InName,
const FPCGMetadataAttributeBase * InParent,
const T & InDefaultValue,
bool bInAllowsInterpolation
)
FPCGMetadataAttribute(UPCGMetadata , FName, const FPCGMetadataAttributeBase , const T &, bool)
| Name | FPCGMetadataAttribute |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
FPCGMetadataAttribute
(
UPCGMetadata * InMetadata,
FName InName,
const FPCGMetadataAttributeBase * InParent,
const T & InDefaultValue,
bool bInAllowsInterpolation
)