Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadata
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAttributes
(
PCGMetadataEntryKey InKey, |
Metadata/PCGMetadata.h | ||
void SetAttributes
(
const TArrayView< const PCGMetadataEntryKey >& InOriginalKeys, |
Metadata/PCGMetadata.h | ||
void SetAttributes
(
const TArrayView< const PCGMetadataEntryKey >& InKeys, |
Metadata/PCGMetadata.h |
SetAttributes(PCGMetadataEntryKey, const UPCGMetadata *, PCGMetadataEntryKey &)
| Name | SetAttributes |
| 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 SetAttributes
(
PCGMetadataEntryKey InKey,
const UPCGMetadata * InMetadata,
PCGMetadataEntryKey & OutKey
)
SetAttributes(const TArrayView< const PCGMetadataEntryKey > &, const UPCGMetadata , const TArrayView< PCGMetadataEntryKey > , FPCGContext *)
| Name | SetAttributes |
| 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 SetAttributes
(
const TArrayView < const PCGMetadataEntryKey > & InOriginalKeys,
const UPCGMetadata * InMetadata,
const TArrayView < PCGMetadataEntryKey > * InOutOptionalKeys,
FPCGContext * OptionalContext
)
SetAttributes(const TArrayView< const PCGMetadataEntryKey > &, const UPCGMetadata , const TArrayView< PCGMetadataEntryKey > &, FPCGContext )
| Name | SetAttributes |
| 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 SetAttributes
(
const TArrayView < const PCGMetadataEntryKey > & InKeys,
const UPCGMetadata * InMetadata,
const TArrayView < PCGMetadataEntryKey > & OutKeys,
FPCGContext * OptionalContext
)