Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorBase
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorBase/NodeInstance.h |
| Include | #include "DecoratorBase/NodeInstance.h" |
Syntax
struct FNodeInstance
Remarks
Node Instance A node instance represents allocated data for specific node.
In order to access the decorator instance data, the offsets need to be looked up in the node template.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeInstance
(
const FNodeInstance& |
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandle | Returns a handle to the shared data for this node. | ||
| uint32 | Returns the number of live references to this node instance, does not include weak handles. | ||
| bool | IsValid () |
Returns whether the node instance is valid or not. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FNodeInstance & | operator=
(
const FNodeInstance& |
See Also
FNodeTemplate
FDecoratorTemplate