Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttributeBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGMetadataAttributeBase * Copy
(
FName NewName, |
Metadata/PCGMetadataAttribute.h | ||
FPCGMetadataAttributeBase * Copy
(
FName NewName, |
Metadata/PCGMetadataAttribute.h |
Copy(FName, FPCGMetadataDomain *, bool, bool, bool)
| Name | Copy |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path | #include "Metadata/PCGMetadataAttribute.h" |
FPCGMetadataAttributeBase * Copy
(
FName NewName,
FPCGMetadataDomain * InMetadata,
bool bKeepParent,
bool bCopyEntries,
bool bCopyValues
) const
Copy(FName, UPCGMetadata *, bool, bool, bool)
| Name | Copy |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path | #include "Metadata/PCGMetadataAttribute.h" |
FPCGMetadataAttributeBase * Copy
(
FName NewName,
UPCGMetadata * InMetadata,
bool bKeepParent,
bool bCopyEntries,
bool bCopyValues
) const