Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGView
- FRDGUnorderedAccessView
- FRDGBufferUAV
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGBufferUAV : public FRDGUnorderedAccessView
Remarks
Render graph tracked buffer UAV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FRDGBufferUAVDesc | Desc | Descriptor of the graph tracked UAV. |
Constructors
No constructors are accessible with public or protected access.
Overridden from FRDGView
| Type | Name | Description | |
|---|---|---|---|
| FRDGBufferRef | GetParent () |
Returns the referenced parent render graph resource. |
Constants
| Name | Description |
|---|---|
| StaticType |