Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeFloatConstant
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeFloatConstant.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeFloatConstant.h" |
Syntax
class SGraphNodeFloatConstant : public SGraphNode
Remarks
Class create an input float in the NodeFloatConstant.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Builds the SGraphNodeFloatConstant when needed. | |
| const FSlateBrush * | |||
| ECheckBoxState | |||
| void | OnExpressionPreviewChanged
(
const ECheckBoxState NewCheckedState |
Callbacks for the widget. |
Overridden from SGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | CreateBelowPinControls
(
TSharedPtr< SVerticalBox > MainBox |
Override this to add widgets below the pins but above advanced view arrow. | |
| void | SetDefaultTitleAreaWidget
(
TSharedRef< SOverlay > DefaultTitleAreaWidget |
Overriden functions to build the SGraphNode widgets. | |
| void | Calls the needed functions to build the SGraphNode widgets. |
Overridden from SNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Return false if this node should not be culled. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |