Navigation
API > API/Plugins > API/Plugins/PCG
Merges multiple data sources (currently only points supported) into a single output.
| Name | UPCGMergeSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGMergeElement.h |
| Include Path | #include "Elements/PCGMergeElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGMergeSettings : public UPCGSettingsWithDynamicInputs
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGSettingsWithDynamicInputs → UPCGMergeSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMergeMetadata | bool | Controls whether the resulting merge data will have any metadata | Elements/PCGMergeElement.h |
|
| MergeTagsMode | EPCGMergeTagsMode | Elements/PCGMergeElement.h |
|