Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
Inheritance Hierarchy
- TSharedFromThis
- FGCObject
- FEditorCommonDrawHelper
- FLegacyEdModeWidgetHelper
- FEdMode
- FPhysicsDebugMode
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/PhysicsDebugMode.h |
| Include | #include "Physics/PhysicsDebugMode.h" |
Syntax
class FPhysicsDebugMode : public FEdMode
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FEdMode
| Type | Name | Description | |
|---|---|---|---|
| void | Enter () |
||
| void | Exit () |
||
| bool | FrustumSelect
(
const FConvexVolume& InFrustum, |
Lets each mode/tool handle frustum selection in its own way. | |
| void | Initialize () |
||
| bool | InputAxis
(
FEditorViewportClient* ViewportClient, |
||
| bool | InputKey
(
FEditorViewportClient* ViewportClient, |
||
| bool | IsCompatibleWith
(
FEditorModeID OtherModeID |
||
| void | PostUndo () |
||
| void | Tick
(
FEditorViewportClient* ViewportClient, |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. |
Overridden from FLegacyEdModeWidgetHelper
| Type | Name | Description | |
|---|---|---|---|
| bool | InputDelta
(
FEditorViewportClient* ViewportClient, |
||
| void | Render
(
const FSceneView* View, |
Draws translucent polygons on brushes and volumes. | |
| bool |