Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory
| Name | FBasicVirtualMemoryBlock |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
class FBasicVirtualMemoryBlock
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericPlatformMemory.h | |||
FBasicVirtualMemoryBlock
(
const FBasicVirtualMemoryBlock& Other |
GenericPlatform/GenericPlatformMemory.h | ||
FBasicVirtualMemoryBlock
(
void* InPtr, |
GenericPlatform/GenericPlatformMemory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetActualSizeInPages() |
GenericPlatform/GenericPlatformMemory.h | ||
void * GetVirtualPointer() |
GenericPlatform/GenericPlatformMemory.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBasicVirtualMemoryBlock & operator=
(
const FBasicVirtualMemoryBlock& Other |
GenericPlatform/GenericPlatformMemory.h |