Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadata
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ChangeAttributeType
(
FPCGAttributeIdentifier AttributeName, |
Change type of an attribute | Metadata/PCGMetadata.h | |
bool ChangeAttributeType
(
FPCGAttributeIdentifier AttributeName, |
Metadata/PCGMetadata.h |
ChangeAttributeType(FPCGAttributeIdentifier, const FPCGMetadataAttributeDesc &)
Description
Change type of an attribute
| Name | ChangeAttributeType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadata.h |
| Include Path | #include "Metadata/PCGMetadata.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadata.cpp |
bool ChangeAttributeType
(
FPCGAttributeIdentifier AttributeName,
const FPCGMetadataAttributeDesc & AttributeNewDesc
)
ChangeAttributeType(FPCGAttributeIdentifier, int16)
| Name | ChangeAttributeType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadata.h |
| Include Path | #include "Metadata/PCGMetadata.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadata.cpp |
bool ChangeAttributeType
(
FPCGAttributeIdentifier AttributeName,
int16 AttributeNewType
)