Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PrefetchBlock
(
const void* Ptr |
GenericPlatform/GenericPlatformMisc.h | ||
static void PrefetchBlock
(
const void* Ptr, |
GenericPlatform/GenericPlatformMisc.h |
PrefetchBlock(const void *)
| Name | PrefetchBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
static void PrefetchBlock
(
const void * Ptr
)
PrefetchBlock(const void *, int32)
| Name | PrefetchBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
static void PrefetchBlock
(
const void * Ptr,
int32 NumBytes
)