Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/NodeTemplateRegistryHandle.h |
| Include | #include "TraitCore/NodeTemplateRegistryHandle.h" |
Syntax
struct FNodeTemplateRegistryHandle
Remarks
Encapsulates a value used as a handle in the node template registry. When valid, it can be used to retrieve a pointer to the corresponding node template.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructed handles are invalid. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Returns the template offset for this handle when valid, otherwise INDEX_NONE. | ||
| bool | IsValid () |
Returns whether or not this handle points to a valid node template. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | Compares for equality and inequality. |