ERDGImportedBufferFlags

Windows
MacOS
Linux

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/HairStrandsInterface.h

Include

#include "HairStrandsInterface.h"

Syntax

enum ERDGImportedBufferFlags
{
    None           = 0,
    CreateSRV      = 0x1,
    CreateUAV      = 0x2,
    CreateViews    = CreateSRV | CreateUAV,
}

Values

Name

Description

None

CreateSRV

CreateUAV

CreateViews

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