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