Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGResetPointCenterSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGResetPointCenter.h |
| Include | #include "Elements/PCGResetPointCenter.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGResetPointCenterSettings : public UPCGSettings
Remarks
Modify the position of a point within its bounds, while keeping its bounds the same.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | PointCenterLocation | Set the normalized center of the point |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |