Navigation
API > API/Plugins > API/Plugins/Mover
| Name | UPathedPhysicsDebugDrawComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
| Include Path | #include "PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h" |
Syntax
UCLASS ()
class UPathedPhysicsDebugDrawComponent : public UDebugDrawComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UDebugDrawComponent → UPathedPhysicsDebugDrawComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPathedPhysicsDebugDrawComponent() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugArrowLines | TArray< FDebugRenderSceneProxy::FArrowLine > | PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
| DebugDashedLines | TArray< FDebugRenderSceneProxy::FDashedLine > | PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
| DebugLines | TArray< FDebugRenderSceneProxy::FDebugLine > | PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
| DebugSpheres | TArray< FDebugRenderSceneProxy::FSphere > | PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
| DebugStars | TArray< FDebugRenderSceneProxy::FWireStar > | PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Functions
Public
Overridden from USceneComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBoxSphereBounds CalcBounds
(
const FTransform& LocalToWorld |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRegister() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
virtual void OnUnregister() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DestroyProgressPreviewMeshComp() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
UMeshComponent * GetOwnerMeshRoot() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
void HandleObjectPropertyChanged
(
UObject* Object, |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h | ||
void UpdatePreviewMeshComp
(
bool bForce |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Overridden from UDebugDrawComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FDebugRenderSceneProxy * CreateDebugSceneProxy() |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateRenderState_Concurrent
(
FRegisterComponentContext* Context |
PhysicsMover/PathedMovement/PathedPhysicsDebugDrawComponent.h |