Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadata
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyAttribute
(
const UPCGMetadata* InOther, |
Metadata/PCGMetadata.h | ||
FPCGMetadataAttributeBase * CopyAttribute
(
const FPCGMetadataAttributeBase* OriginalAttribute, |
Copies another attribute, with options to keep its parent and copy entries/values | Metadata/PCGMetadata.h | |
FPCGMetadataAttributeBase * CopyAttribute
(
FPCGAttributeIdentifier AttributeToCopy, |
Metadata/PCGMetadata.h |
CopyAttribute(const UPCGMetadata *, FPCGAttributeIdentifier, FName)
| Name | CopyAttribute |
| 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 |
void CopyAttribute
(
const UPCGMetadata * InOther,
FPCGAttributeIdentifier AttributeToCopy,
FName NewAttributeName
)
CopyAttribute(const FPCGMetadataAttributeBase *, FPCGAttributeIdentifier, bool, bool, bool)
Description
Copies another attribute, with options to keep its parent and copy entries/values
| Name | CopyAttribute |
| 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 |
FPCGMetadataAttributeBase * CopyAttribute
(
const FPCGMetadataAttributeBase * OriginalAttribute,
FPCGAttributeIdentifier NewAttributeName,
bool bKeepParent,
bool bCopyEntries,
bool bCopyValues
)
CopyAttribute(FPCGAttributeIdentifier, FName, bool, bool, bool)
| Name | CopyAttribute |
| 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 |
FPCGMetadataAttributeBase * CopyAttribute
(
FPCGAttributeIdentifier AttributeToCopy,
FName NewAttributeName,
bool bKeepParent,
bool bCopyEntries,
bool bCopyValues
)