FRDGBuilder::SetBufferAccessFinal

Sets the access to transition to after execution.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h

Include

#include "RenderGraphBuilder.h"

Source

/Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl

Syntax

void SetBufferAccessFinal
(
    FRDGBufferRef Buffer,
    ERHIAccess Access
)

Remarks

Sets the access to transition to after execution. Only valid on external or extracted buffers. Overwrites any previously set final access.

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