FRWBuffer::Initialize

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIUtilities.h"

Syntax

void Initialize
(
    uint32 BytesPerElement,
    uint32 NumElements,
    EPixelFormat Format,
    uint32 AdditionalUsage,
    const TCHAR * InDebugName,
    FResourceArrayInterface * InResourceArray
)

Parameters

Parameter

Description

AdditionalUsage

passed down to RHICreateVertexBuffer(), get combined with "BUF_UnorderedAccess | BUF_ShaderResource" e.g. BUF_Static

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