Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeLOD
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeLOD.h |
| Include | #include "MuT/NodeLOD.h" |
Syntax
class NodeLOD : public mu::Node
Remarks
Node that creates a new level of detail by assembling several object components.
Constructors
| Type | Name | Description | |
|---|---|---|---|
NodeLOD () |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~NodeLOD () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeComponentPtr | GetComponent
(
int index |
Get the node generating one of the components of the LOD. | |
| int | Get the number of components in the LOD to create. | ||
| int | Get the number of modifiers in the LOD. | ||
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeLOD* pNode, |
||
| void | SetComponent
(
int index, |
Set the node generating one of the components of the LOD. | |
| void | SetComponentCount
(
int |
Set the number of components in the LOD to create. | |
| void | SetModifier
(
int index, |
Set the node generating one of the modifiers of the LOD. | |
| void | SetModifierCount
(
int |
Set the number of modifiers in the LOD. | |
| NodeLODPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |