![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphResources.h>
Inheritance diagram for FRDGUnorderedAccessView:Public Member Functions | |
| FRHIUnorderedAccessView * | GetRHI () const |
Public Member Functions inherited from FRDGView | |
| virtual FRDGViewableResource * | GetParent () const =0 |
| 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 ERDGUnorderedAccessViewFlags | Flags |
Public Attributes inherited from FRDGView | |
| const ERDGViewType | Type |
Public Attributes inherited from FRDGResource | |
| const TCHAR *const | Name = nullptr |
Protected Member Functions | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from FRDGResource | |
| FRHIResource * | ResourceRHI = nullptr |
Render graph tracked UAV.
|
inlineprotected |
|
inline |
Returns the allocated RHI UAV.
|
inlineprotected |
Returns the allocated RHI UAV without access checks.
| const ERDGUnorderedAccessViewFlags FRDGUnorderedAccessView::Flags |