Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine
| Name | UChaosDebugDrawSubsystem |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosDebugDrawSubsystem.h |
| Include Path | #include "Chaos/ChaosDebugDrawSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UChaosDebugDrawSubsystem : public UWorldSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UWorldSubsystem → UChaosDebugDrawSubsystem
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnTickWorldEndDelegate | FDelegateHandle | Chaos/ChaosDebugDrawSubsystem.h | |
| OnTickWorldStartDelegate | FDelegateHandle | Chaos/ChaosDebugDrawSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ChaosDD::Private::FChaosDDScenePtr & GetDebugDrawScene() |
Chaos/ChaosDebugDrawSubsystem.h |
Overridden from UWorldSubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitialize() |
Chaos/ChaosDebugDrawSubsystem.h |
Overridden from USubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Deinitialize() |
Chaos/ChaosDebugDrawSubsystem.h | ||
virtual bool ShouldCreateSubsystem
(
UObject* Outer |
Chaos/ChaosDebugDrawSubsystem.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnWorldTickEnd
(
ELevelTick TickType, |
Chaos/ChaosDebugDrawSubsystem.h | ||
void OnWorldTickStart
(
ELevelTick TickType, |
Chaos/ChaosDebugDrawSubsystem.h | ||
void RenderFrame
(
FChaosDDRenderer& Renderer, |
Chaos/ChaosDebugDrawSubsystem.h | ||
void RenderScene () |
Chaos/ChaosDebugDrawSubsystem.h | ||
void RenderScene
(
FChaosDDRenderer& Renderer, |
Chaos/ChaosDebugDrawSubsystem.h | ||
void UpdateDrawRegion() |
Chaos/ChaosDebugDrawSubsystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Shutdown() |
Chaos/ChaosDebugDrawSubsystem.h | ||
static void Startup() |
Chaos/ChaosDebugDrawSubsystem.h | ||
static void StaticOnWorldTickEnd
(
UWorld* World, |
Chaos/ChaosDebugDrawSubsystem.h | ||
static void StaticOnWorldTickStart
(
UWorld* World, |
Chaos/ChaosDebugDrawSubsystem.h |