Navigation
API > API/Plugins > API/Plugins/PCG
Modify the position of a point within its bounds, while keeping its bounds the same.
| Name | UPCGResetPointCenterSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGResetPointCenter.h |
| Include Path | #include "Elements/PCGResetPointCenter.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGResetPointCenterSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGResetPointCenterSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PointCenterLocation | FVector | Set the normalized center of the point | Elements/PCGResetPointCenter.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGResetPointCenter.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGResetPointCenter.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGResetPointCenter.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGResetPointCenter.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGResetPointCenter.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/PCGResetPointCenter.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGResetPointCenter.h |