FGPUDefragAllocator::SetUserPayload

Sets the user payload for an [FMemoryChunk](API\Runtime\RHI\FGPUDefragAllocator\FMemoryChunk)

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Source

/Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp

Syntax

void SetUserPayload
(
    const void * Pointer,
    void * UserPayload
)

Remarks

Sets the user payload for an FMemoryChunk

Parameters

Parameter

Description

Pointer

Pointer indicating a chunk

UserPayload

User payload to set

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