Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor
Inheritance Hierarchy
- FEdMode
- IAnimationEditContext
- FAnimationEditMode
- IPersonaEditMode
- FPhysicsControlProfileEditorMode
References
| Module | PhysicsControlEditor |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Public/PhysicsControlProfileEditorMode.h |
| Include | #include "PhysicsControlProfileEditorMode.h" |
Syntax
class FPhysicsControlProfileEditorMode : public IPersonaEditMode
Remarks
The Physics Control Profile Persona editor mode.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsControlProfileEditorToolkit * | PhysicsControlProfileEditorToolkit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetEditorToolkit
(
FPhysicsControlProfileEditorToolkit* InToolkit |
Overridden from FEdMode
| Type | Name | Description | |
|---|---|---|---|
| bool | IsCompatibleWith
(
FEditorModeID OtherModeID |
||
| void | Tick
(
FEditorViewportClient* ViewportClient, |
Overridden from FLegacyEdModeWidgetHelper
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | DrawHUD
(
FEditorViewportClient* ViewportClient, |
Overlays the editor hud (brushes, drag tools, static mesh vertices, etc*. | |
| void | Render
(
const FSceneView* View, |
Draws translucent polygons on brushes and volumes. | |
| bool | |||
| bool | Lets each tool determine if it wants to use the editor widget or not. | ||
| bool | UsesTransformWidget
(
UE::Widget::EWidgetMode CheckMode |
Lets each tool determine if it wants to use the editor widget or not. |
Overridden from IAnimationEditContext
| Type | Name | Description | |
|---|---|---|---|
| IPersonaPreviewScene & | |||
| bool | GetCameraTarget
(
FSphere& OutTarget |
Get a camera target used to focus the viewport on an object when a user presses 'F' (default). | |
| void | GetOnScreenDebugInfo
(
TArray< FText >& OutDebugInfo |
Function to collect strings from nodes to display in the viewport. |
Constants
| Name | Description |
|---|---|
| ModeName | The name of the mode. |