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 |
|