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 |
|
Functions
Public
Overridden from UPCGSettingsWithDynamicInputs
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddDefaultDynamicInputPin() |
Overridden logic to add a default source pin | Elements/PCGMergeElement.h |
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGMergeElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGMergeElement.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGMergeElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGMergeElement.h | ||
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGMergeElement.h |
Protected
Overridden from UPCGSettingsWithDynamicInputs
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDynamicInputPinsBaseLabel() |
Elements/PCGMergeElement.h | ||
virtual TArray< FPCGPinProperties > StaticInputPinProperties() |
The input pin properties that are statically defined | Elements/PCGMergeElement.h |
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGMergeElement.h |