Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include | #include "GPUDefragAllocator.h" |
bool CanRelocate
(
const FMemoryChunk * Chunk
) const
Remarks
Returns true if the specified chunk is allowed to relocate at this time. Will also call PlatformCanRelocate(). true if the allocation can be relocated at this time
Parameters
| Name | Description |
|---|---|
| Chunk | Chunk to check |