Navigation
API > API/Plugins > API/Plugins/AnimNext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataRegistryTypes.h |
| Include | #include "DataRegistryTypes.h" |
Syntax
struct FDataHandle
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataHandle () |
|||
FDataHandle
(
Private::FAllocatedBlock* InAllocatedBlock |
|||
FDataHandle
(
const FDataHandle& Other |
|||
FDataHandle
(
FDataHandle&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FDataHandle () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< DataType > | AsArrayView () |
||
| TArrayView< DataType > | AsArrayView () |
||
| DataType * | GetPtr () |
||
| const DataType * | GetPtr () |
||
| DataType & | GetRef () |
||
| const DataType & | GetRef () |
||
| FAnimNextParamType | GetType () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDataHandle & | operator=
(
const FDataHandle& Other |
||
| FDataHandle & | operator=
(
FDataHandle&& Other |