Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGSplineSamplerSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineSampler.h |
| Include Path | #include "Elements/PCGSplineSampler.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGSplineSamplerSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGSplineSamplerSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGSplineSamplerSettings() |
Elements/PCGSplineSampler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SamplerParams | FPCGSplineSamplerParams | Elements/PCGSplineSampler.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyDeprecation
(
UPCGNode* InOutNode |
Any final migration/recovery that can be done after pins are finalized. | Elements/PCGSplineSampler.h | |
virtual void ApplyDeprecationBeforeUpdatePins
(
UPCGNode* InOutNode, |
UpdatePins will kick off invalid edges, so this is useful for moving edges around in case of pin changes. | Elements/PCGSplineSampler.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGSplineSampler.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGSplineSampler.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGSplineSampler.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGSplineSampler.h | ||
virtual bool UseSeed () |
By default, settings do not use a seed. | Elements/PCGSplineSampler.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGSplineSampler.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGSplineSampler.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGSplineSampler.h |