Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
void SetValue
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
virtual void SetValue
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h | ||
virtual void SetValue
(
PCGMetadataEntryKey ItemKey, |
Metadata/PCGMetadataAttributeTpl.h |
SetValue(PCGMetadataEntryKey, const T &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
void SetValue
(
PCGMetadataEntryKey ItemKey,
const T & InValue
)
SetValue(PCGMetadataEntryKey, const U &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
template<typename U>
void SetValue
(
PCGMetadataEntryKey ItemKey,
const U & InValue
)
SetValue(PCGMetadataEntryKey, const FPCGMetadataAttributeBase *, PCGMetadataEntryKey)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
virtual void SetValue
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttribute,
PCGMetadataEntryKey InEntryKey
)
SetValue(PCGMetadataEntryKey, const FPCGMetadataAttributeBase , PCGMetadataEntryKey, const FPCGMetadataAttributeBase , PCGMetadataEntryKey, EPCGMetadataOp)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTpl.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTpl.h" |
virtual void SetValue
(
PCGMetadataEntryKey ItemKey,
const FPCGMetadataAttributeBase * InAttributeA,
PCGMetadataEntryKey InEntryKeyA,
const FPCGMetadataAttributeBase * InAttributeB,
PCGMetadataEntryKey InEntryKeyB,
EPCGMetadataOp Op
)