Navigation
API > API/Runtime > API/Runtime/ISMPool
| Name | UISMPoolDebugDrawComponent |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ISMPool/Public/ISMPool/ISMPoolDebugDrawComponent.h |
| Include Path | #include "ISMPool/ISMPoolDebugDrawComponent.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=Debug)
class UISMPoolDebugDrawComponent : public UDebugDrawComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UDebugDrawComponent → UISMPoolDebugDrawComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UISMPoolDebugDrawComponent
(
const FObjectInitializer& ObjectInitializer |
ISMPool/ISMPoolDebugDrawComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowBounds | bool | ISMPool/ISMPoolDebugDrawComponent.h |
|
|
| bShowGlobalStats | bool | ISMPool/ISMPoolDebugDrawComponent.h |
|
|
| bShowStats | bool | ISMPool/ISMPoolDebugDrawComponent.h |
|
|
| SelectedComponent | TObjectPtr< const UInstancedStaticMeshComponent > | ISMPool/ISMPoolDebugDrawComponent.h |
|
|
| SelectTimer | float | ISMPool/ISMPoolDebugDrawComponent.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetOnScreenMessages
(
TMultiMap< FCoreDelegates::EOnScreenMessageSeverity, FText >& OutMessages |
ISMPool/ISMPoolDebugDrawComponent.h | ||
void UpdateTickEnabled() |
ISMPool/ISMPoolDebugDrawComponent.h |
Overridden from UDebugDrawComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FDebugRenderSceneProxy * CreateDebugSceneProxy() |
ISMPool/ISMPoolDebugDrawComponent.h | ||
virtual FDebugDrawDelegateHelper & GetDebugDrawDelegateHelper() |
ISMPool/ISMPoolDebugDrawComponent.h |
Overridden from USceneComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBoxSphereBounds CalcBounds
(
const FTransform& LocalToWorld |
ISMPool/ISMPoolDebugDrawComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginPlay() |
ISMPool/ISMPoolDebugDrawComponent.h | ||
virtual void EndPlay
(
const EEndPlayReason::Type EndPlayReason |
ISMPool/ISMPoolDebugDrawComponent.h | ||
virtual void TickComponent
(
float DeltaTime, |
ISMPool/ISMPoolDebugDrawComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
ISMPool/ISMPoolDebugDrawComponent.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void UpdateAllTickEnabled() |
ISMPool/ISMPoolDebugDrawComponent.h |