Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsControlOperatorViewer | |||
| OperatorTreeControlItem | |||
| OperatorTreeItem | |||
| OperatorTreeMessageItem | |||
| OperatorTreeNodeItem |
Typedefs
| Name | Description |
|---|---|
| ControlItemPtr | |
| MessageItemPtr | |
| NodeItemPtr | |
| OperatorTreeItemPtr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEqual
(
const TSharedPtr< OperatorTreeItem > Lhs, |
||
| bool | MatchSearchText
(
const FString& TextToSearch, |
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. | |
| bool | operator==
(
const OperatorTreeControlItem& Lhs, |
||
| bool | operator==
(
const OperatorTreeNodeItem& Lhs, |
||
| bool | operator==
(
const OperatorTreeMessageItem& Lhs, |
||
| TSharedPtr< DerivedType > | StaticCastOperatorItemPtr
(
const TSharedPtr< OperatorTreeItem > InItem |