Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FDataHandle |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/DataRegistryTypes.h |
| Include Path | #include "DataRegistryTypes.h" |
Syntax
struct FDataHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataHandle () |
DataRegistryTypes.h | ||
FDataHandle
(
Private::FAllocatedBlock* InAllocatedBlock |
DataRegistryTypes.h | ||
FDataHandle
(
const FDataHandle& Other |
DataRegistryTypes.h | ||
FDataHandle
(
FDataHandle&& Other |
DataRegistryTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDataHandle() |
DataRegistryTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocatedBlock | Private::FAllocatedBlock * | DataRegistryTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< DataType > AsArrayView () |
DataRegistryTypes.h | ||
TArrayView< DataType > AsArrayView () |
DataRegistryTypes.h | ||
DataType * GetPtr () |
DataRegistryTypes.h | ||
const DataType * GetPtr () |
DataRegistryTypes.h | ||
DataType & GetRef () |
DataRegistryTypes.h | ||
const DataType & GetRef () |
DataRegistryTypes.h | ||
FAnimNextParamType GetType() |
DataRegistryTypes.h | ||
bool IsValid() |
DataRegistryTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataHandle & operator=
(
const FDataHandle& Other |
DataRegistryTypes.h | ||
FDataHandle & operator=
(
FDataHandle&& Other |
DataRegistryTypes.h |