Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCustomizableInstanceProperties
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/SCustomizableInstanceProperties.h |
| Include | #include "MuCOE/SCustomizableInstanceProperties.h" |
Syntax
class SCustomizableInstanceProperties : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShouldResetParamBox | Bool to Redraw the Instance Properties Widget |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the widget | |
| const UCustomizableObjectInstance * | GetInstance () |
||
| void | Redraws the Instance Properties Widget | ||
| void | SetNoInstanceMessage
(
const FText& Message |
||
| void | SetSimplifiedProjectorInterface
(
bool Enabled |
Set SimplifiedProjectorInterface bool value - Deprecated |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |