Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGView
- FRDGUnorderedAccessView
- FRDGBufferUAV
- FRDGTextureUAV
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGUnorderedAccessView : public FRDGView
Remarks
Render graph tracked UAV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const ERDGUnorderedAccessViewFlags | Flags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGUnorderedAccessView
(
const TCHAR* InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHIUnorderedAccessView * | GetRHI () |
Returns the allocated RHI UAV. | |
| FRHIUnorderedAccessView * | Returns the allocated RHI UAV without access checks. |