Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGView
- FRDGUnorderedAccessView
- FRDGTextureUAV
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGTextureUAV : public FRDGUnorderedAccessView
Remarks
Render graph tracked texture UAV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FRDGTextureUAVDesc | Desc | Descriptor of the graph tracked UAV. |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHITexture * | GetParentRHI () |
Can be used instead of GetParent()->GetRHI() to access the underlying texture for a UAV resource in a Pass, without triggering validation errors. | |
| FRDGTextureSubresourceRange |
Overridden from FRDGView
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | GetParent () |
Returns the referenced parent render graph resource. |
Constants
| Name | Description |
|---|---|
| StaticType |