Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGMetadataHelpers.h |
| Include | #include "Helpers/PCGMetadataHelpers.h" |
Syntax
struct FPCGCopyAttributeParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSameOrigin | If SourceData and TargetData have the same origin (if TargetData was initialized from SourceData) | |
| FPCGAttributePropertyInputSelector | InputSource | Selector for the attribute in SourceData | |
| FPCGContext * | OptionalContext | Optional context for logging | |
| FPCGAttributePropertyOutputSelector | OutputTarget | Selector for the attribute in TargetData | |
| EPCGMetadataTypes | OutputType | Will convert the output attribute to this type if not Unknown | |
| const UPCGData * | SourceData | Source data where the attribute is coming from | |
| UPCGData * | TargetData | Target data to write to |