Navigation
| Name | PhysicsControlEditor |
| Type | Editor |
| Part of Plugins | PhysicsControl |
| Location | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/ |
| Module Build Rules | PhysicsControlEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FPhysicsControlAssetApplicationMode | The application mode for the Physics Control Asset Editor This defines the layout of the UI. |
| FPhysicsControlAssetEditor | The main toolkit/editor for working with Physics Control Assets |
| FPhysicsControlAssetEditorEditMode | The Physics Control Asset Editor edit mode. |
| FPhysicsControlEditorModule | Module handles the Physics Control Asset editor, and also the Physics Control Visualizer |
| FPhysicsControlOperatorViewer | |
| OperatorTreeControlItem | |
| OperatorTreeItem | |
| OperatorTreeMessageItem | |
| OperatorTreeNodeItem | |
| SOperatorTreeWidget | Class SOperatorTreeWidget |
| SOperatorViewerTabWidget |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ControlItemPtr | TSharedPtr< OperatorTreeControlItem > | OperatorViewer/OperatorTreeElements.h | |
| MessageItemPtr | TSharedPtr< OperatorTreeMessageItem > | OperatorViewer/OperatorTreeElements.h | |
| NodeItemPtr | TSharedPtr< OperatorTreeNodeItem > | OperatorViewer/OperatorTreeElements.h | |
| OperatorTreeItemPtr | TSharedPtr< OperatorTreeItem > | OperatorViewer/OperatorTreeElements.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PhysicsControlAssetEditorMode | const FName | PhysicsControlAssetEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEqual
(
const TSharedPtr< OperatorTreeItem > Lhs, |
OperatorViewer/OperatorTreeElements.h | ||
| Returns true if the TextToSearch string matches the search criteria. Used to identify operator or set names that match user specified search strings in the editor. | OperatorViewer/OperatorTreeElements.h | ||
bool operator==
(
const OperatorTreeControlItem& Lhs, |
OperatorViewer/OperatorTreeElements.h | ||
bool operator==
(
const OperatorTreeNodeItem& Lhs, |
OperatorViewer/OperatorTreeElements.h | ||
bool operator==
(
const OperatorTreeMessageItem& Lhs, |
OperatorViewer/OperatorTreeElements.h | ||
TSharedPtr< DerivedType > StaticCastOperatorItemPtr
(
const TSharedPtr< OperatorTreeItem > InItem |
OperatorViewer/OperatorTreeElements.h |