FGPUDefragAllocator::CanRelocate

Returns true if the specified chunk is allowed to relocate at this time.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Syntax

bool CanRelocate
(
    const FMemoryChunk * Chunk
) const

Remarks

Returns true if the specified chunk is allowed to relocate at this time. Will also call PlatformCanRelocate().

Returns

true if the allocation can be relocated at this time

Parameters

Parameter

Description

Chunk

Chunk to check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss