![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphResources.h>
Inheritance diagram for FRDGBuffer:Public Member Functions | |
| FRHIBuffer * | GetRHI () const |
| The following methods may only be called during pass execution. | |
| FRHIBuffer * | GetIndirectRHICallBuffer () const |
| FRDGBufferHandle | GetHandle () const |
| uint32 | GetSize () const |
| uint32 | GetStride () const |
| bool | IsCulled () const |
Public Member Functions inherited from FRDGViewableResource | |
| bool | IsExternal () const |
| bool | IsExtracted () const |
| bool | HasBeenProduced () const |
| void | SetOwnerName (const FName &InOwnerName) |
| bool | IsDebugNameHeapAllocated () 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 | |
| FRDGBufferDesc | Desc |
| const ERDGBufferFlags | Flags |
Public Attributes inherited from FRDGViewableResource | |
| const ERDGViewableResourceType | Type |
Public Attributes inherited from FRDGResource | |
| const TCHAR *const | Name = nullptr |
Static Public Attributes | |
| static const ERDGViewableResourceType | StaticType = ERDGViewableResourceType::Buffer |
A render graph tracked buffer.
|
inline |
|
inline |
Returns the buffer to use for indirect RHI calls.
|
inline |
The following methods may only be called during pass execution.
Returns the underlying RHI buffer resource
|
inline |
|
inline |
|
inline |
| FRDGBufferDesc FRDGBuffer::Desc |
| const ERDGBufferFlags FRDGBuffer::Flags |
|
static |