Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorInterfaces
Inheritance Hierarchy
- IDecoratorInterface
- IHierarchy
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorInterfaces/IHierarchy.h |
| Include | #include "DecoratorInterfaces/IHierarchy.h" |
Syntax
struct IHierarchy : public UE::AnimNext::IDecoratorInterface
Remarks
This interface exposes hierarchy traversal information to navigate the graph.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetChildren
(
const FExecutionContext& Context, |
Appends weak handles to any children we wish to traverse. | |
| uint32 | GetNumChildren
(
const FExecutionContext& Context, |
Returns the number of children Includes inactive children |
Overridden from IDecoratorInterface
| Type | Name | Description | |
|---|---|---|---|
| UE::AnimNext::FDecoratorInterfaceUID |
Constants
| Name | Description |
|---|---|
| InterfaceUID | Globally unique UID for this interface |