Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGUniformBuffer
- TRDGUniformBuffer
- FRDGView
- FRDGShaderResourceView
- FRDGBufferSRV
- FRDGTextureSRV
- FRDGUnorderedAccessView
- FRDGBufferUAV
- FRDGTextureUAV
- FRDGViewableResource
- FRDGBuffer
- FRDGTexture
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGResource
Remarks
Generic graph resource.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR *const | Name | Name of the resource for debugging purpose. | |
| FRHIResource * | ResourceRHI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGResource
(
const FRDGResource& |
|||
FRDGResource
(
const TCHAR* InName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHIResource * | GetRHI () |
||
| FRHIResource * | |||
| bool | HasRHI () |
||
| void | The following methods may only be called during pass execution. | ||
| void | SetOwnerName
(
const FName& InOwnerName |
||
| void |