Navigation
API > API/Runtime > API/Runtime/RenderCore
A render graph resource (e.g. a view) which references a single viewable resource (e.g. a texture / buffer). Provides an abstract way to access the viewable resource.
| Name | FRDGView |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include Path | #include "RenderGraphResources.h" |
Syntax
class FRDGView : public FRDGResource
Inheritance Hierarchy
- FRDGResource → FRDGView
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGView
(
const TCHAR* Name, |
RenderGraphResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Type | const ERDGViewType | The type of this child resource; useful for casting between types. | RenderGraphResources.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FRDGAllocator | friend | RenderGraphResources.h | ||
| FRDGBuilder | friend | RenderGraphResources.h | ||
| FRDGViewRegistry | friend | RenderGraphResources.h | ||
| Handle | FRDGViewHandle | RenderGraphResources.h | ||
| LastPass | FRDGPassHandle | RenderGraphResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGViewHandle GetHandle() |
RenderGraphResources.h | ||
FRDGViewableResource * GetParent() |
Returns the referenced parent render graph resource. | RenderGraphResources.h | |
ERDGViewableResourceType GetParentType() |
RenderGraphResources.h |