Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGProjectionParams.h |
| Include | #include "Elements/PCGProjectionParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGProjectionParams
Remarks
Parameters that control projection behaviour.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttributeList | Attributes to either explicitly exclude or include in the projection operation, depending on the Attribute Mode setting. | |
| EPCGMetadataOp | AttributeMergeOperation | Operation to use to combine attributes that reside on both source and target data. | |
| EPCGMetadataFilterMode | AttributeMode | How the attribute list is used. | |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS bool | bProjectPositions | Project positions. | |
| bool | bProjectRotations | Project rotations. | |
| bool | bProjectScales | Project scales. | |
| EPCGProjectionColorBlendMode | ColorBlendMode | The blend mode for colors during the projection | |
| EPCGProjectionTagMergeMode | TagMergeOperation | Controls whether the data tags are taken from the source, the target or both. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | TODO [DEPRECATED_IN_5_4]: This rule of five necessary to avoid compile-time warnings. To be removed in when the deprecated member has expired. | ||
FPCGProjectionParams
(
const FPCGProjectionParams& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPCGProjectionParams & | operator=
(
const FPCGProjectionParams& |
||
| FPCGProjectionParams & |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bProjectColors_DEPRECATED | TODO [DEPRECATED_IN_5_4]: Remove the 'rule of five' needed above upon deprecation. |