Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGManagedResource
- UPCGManagedComponentBase
- UPCGManagedComponent
- UPCGManagedDebugDrawComponent
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGDebugDrawComponent.h |
| Include | #include "PCGDebugDrawComponent.h" |
Syntax
UCLASS (ClassGroup=(Procedural))
class UPCGManagedDebugDrawComponent : public UPCGManagedComponent
Remarks
Manages the editor DebugDrawComponent for displaying debug information within SIE and PIE. Note: Must be a managed component to ensure proper resource management during generation and cleanup.