Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FAllocatedBlock |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/DataRegistryTypes.h |
| Include Path | #include "DataRegistryTypes.h" |
Syntax
struct FAllocatedBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DataRegistryTypes.h | |||
FAllocatedBlock
(
const FAllocatedBlock& Other |
DataRegistryTypes.h | ||
FAllocatedBlock
(
FAllocatedBlock&& Other |
DataRegistryTypes.h | ||
FAllocatedBlock
(
void* InMemory, |
DataRegistryTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Memory | void * | DataRegistryTypes.h | ||
| NumElem | int32 | DataRegistryTypes.h | ||
| NumRefs | int32 | DataRegistryTypes.h | ||
| Type | FAnimNextParamType | DataRegistryTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 AddRef() |
DataRegistryTypes.h | ||
uint32 GetRefCount() |
DataRegistryTypes.h | ||
uint32 Release() |
DataRegistryTypes.h |