Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/TUAFAnimOpTuple
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(auto) Get () |
Returns the AnimOp with the specified index from the specified order. | UAF/AnimOpCore/UAFAnimOpTuple.h | |
decltype(auto) Get () |
UAF/AnimOpCore/UAFAnimOpTuple.h |
Get()
Description
Returns the AnimOp with the specified index from the specified order.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimOpCore/UAFAnimOpTuple.h |
| Include Path | #include "UAF/AnimOpCore/UAFAnimOpTuple.h" |
template<uint32 Index>
decltype(auto) Get()
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimOpCore/UAFAnimOpTuple.h |
| Include Path | #include "UAF/AnimOpCore/UAFAnimOpTuple.h" |
template<uint32 Index>
decltype(auto) Get() const