Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGVisualizeAttributeSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGVisualizeAttribute.h |
| Include | #include "Elements/PCGVisualizeAttribute.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGVisualizeAttributeSettings : public UPCGSettings
Remarks
Visualizes a selected attribute on screen at each point's transform.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyInputSelector | AttributeSource | This attribute will be have it's value printed in proximity to each input point's transform. | |
| bool | bPrefixWithAttributeName | Prefix the printed value with the attribute's name. | |
| bool | bPrefixWithIndex | Prefix the printed value with the point's index. | |
| bool | bVisualizeEnabled | The visualizer is enabled. Useful for dynamically overriding. | |
| FColor | Color | The color of the on displayed value. | |
| FString | CustomPrefixString | A custom added prefix to which the attribute value will be appended. | |
| double | Duration | The duration (in seconds) of the displayed value. | |
| FVector | LocalOffset | A local offset from the point's location to draw the text. | |
| int32 | PointLimit | The limit of points to draw debug messages. |
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 > |