Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UDebugDrawComponent
- UPCGDebugDrawComponent
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGDebugDrawComponent.h |
| Include | #include "PCGDebugDrawComponent.h" |
Syntax
UCLASS (Transient, ClassGroup=(Procedural))
class UPCGDebugDrawComponent : public UDebugDrawComponent
Remarks
A transient component intended to visualize attribute information of PCG Point Data, such as printing the string value in World Space. Future support may include: vectors, flow fields, heatmaps, etc. Note: Uses a built in timer for users that may want debug information for a limited timeframe during generation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDebugRenderSceneProxy * | SceneProxy | ||
| FTimerHandle | TimerHandle |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDebugString
(
const FDebugRenderSceneProxy::FText3d& TextIn3D |
||
| void | AddDebugString
(
const FString& InString, |
||
| void | AddDebugStrings
(
const TArrayView< FDebugRenderSceneProxy::FText3d > TextIn3DArray |
||
| FDebugRenderSceneProxy * | |||
| void | |||
| void | OnUnregister () |
||
| void | StartTimer
(
float DurationInMilliseconds |