Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeObject
- NodeObjectNew
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeObjectNew.h |
| Include | #include "MuT/NodeObjectNew.h" |
Syntax
class NodeObjectNew : public mu::NodeObject
Remarks
Node that creates a new object by setting its levels-of-detail and its children.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Ptr< NodeObject > > | Children | Children objects. | |
| TArray< Ptr< NodeComponent > > | Components | Components defined in the object. | |
| TArray< FNamedExtensionDataNode > | ExtensionDataNodes | ||
| TArray< Ptr< NodeModifier > > | Modifiers | Modifiers defined in the object. | |
| FString | Name | Name of the object. | |
| TArray< FObjectState > | States | States defined in this object. | |
| FString | Uid | Externally provided id for the object. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddExtensionDataNode
(
Ptr< NodeExtensionData > Node, |
Connect a node that produces ExtensionData to be added to the final Instance, and provide a name to associate with the data. | |
| void | AddStateParam
(
int32 s, |
Add a runtime parameter to the state. | |
| int32 | Set the number of states that the model can be in. | ||
| const FNodeType * | |||
| bool | HasStateParam
(
int32 s, |
See if a state has a parameter as runtime. | |
| void | RemoveStateParam
(
int32 s, |
Remove a runtime parameter from a state. | |
| void | SetStateCount
(
int32 c |
||
| void | SetStateName
(
int32 s, |
Set the name of a state. | |
| void | SetStateProperties
(
int32 StateIndex, |
Set the optimisation properties of a state. |
Overridden from NodeObject
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetName () |
Get the name of the object. | |
| const FString & | GetUid () |
Get the uid of the object. | |
| void | Set the name of the object. | ||
| void | Set the uid of the object. |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| FNamedExtensionDataNode | Extension data attached to this object. |
Constants
| Name | Description |
|---|---|
| StaticType |