![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphResources.h>
Inheritance diagram for FRDGTextureUAV:Public Member Functions | |
| FRDGTextureRef | GetParent () const override |
| FRHITexture * | GetParentRHI () const |
| FRDGTextureSubresourceRange | GetSubresourceRange () const |
Public Member Functions inherited from FRDGUnorderedAccessView | |
| FRHIUnorderedAccessView * | GetRHI () const |
Public Member Functions inherited from FRDGView | |
| ERDGViewableResourceType | GetParentType () const |
| FRDGViewHandle | GetHandle () const |
Public Member Functions inherited from FRDGResource | |
| FRDGResource (const FRDGResource &)=delete | |
| virtual | ~FRDGResource ()=default |
| virtual RENDERCORE_API void | MarkResourceAsUsed () |
| The following methods may only be called during pass execution. | |
| FRHIResource * | GetRHI () const |
Public Attributes | |
| const FRDGTextureUAVDesc | Desc |
Public Attributes inherited from FRDGUnorderedAccessView | |
| const ERDGUnorderedAccessViewFlags | Flags |
Public Attributes inherited from FRDGView | |
| const ERDGViewType | Type |
Public Attributes inherited from FRDGResource | |
| const TCHAR *const | Name = nullptr |
Static Public Attributes | |
| static const ERDGViewType | StaticType = ERDGViewType::TextureUAV |
Additional Inherited Members | |
Protected Member Functions inherited from FRDGUnorderedAccessView | |
| FRDGUnorderedAccessView (const TCHAR *InName, ERDGViewType InType, ERDGUnorderedAccessViewFlags InFlags) | |
| FRHIUnorderedAccessView * | GetRHIUnchecked () const |
Protected Member Functions inherited from FRDGView | |
| FRDGView (const TCHAR *Name, ERDGViewType InType) | |
Protected Member Functions inherited from FRDGResource | |
| FRDGResource (const TCHAR *InName) | |
| FRHIResource * | GetRHIUnchecked () const |
| bool | HasRHI () const |
| RENDERCORE_API void | ValidateRHIAccess () const |
Protected Attributes inherited from FRDGResource | |
| FRHIResource * | ResourceRHI = nullptr |
Render graph tracked texture UAV.
|
inlineoverridevirtual |
Returns the referenced parent render graph resource.
Implements FRDGView.
|
inline |
|
inline |
| const FRDGTextureUAVDesc FRDGTextureUAV::Desc |
Descriptor of the graph tracked UAV.
|
static |