EAccess

The access permissions the resource state is compatible with.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

enum EAccess
{
    Read,
    Write,
    Unknown,
    MAX        = Unknown,
}

Values

Name

Description

Read

Write

Unknown

MAX

Remarks

The access permissions the resource state is compatible with.

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