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