![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VertexFactory.h>
Inheritance diagram for FPrimitiveIdDummyBuffer:Public Attributes | |
| FShaderResourceViewRHIRef | VertexBufferSRV |
Public Attributes inherited from FVertexBuffer | |
| FBufferRHIRef | VertexBufferRHI |
Public Attributes inherited from FRenderResource | |
| ERenderResourceState | ResourceState = ERenderResourceState::Default |
Default PrimitiveId vertex buffer. Contains a single index of 0. This is used when the VF is used for rendering outside normal mesh passes, where there is no valid scene.
|
overridevirtual |
Initializes the RHI resources used by this resource. Called when entering the state where both the resource and the RHI have been initialized. This is only called by the rendering thread.
Reimplemented from FRenderResource.
Releases the RHI resources used by this resource. Called when leaving the state where both the resource and the RHI have been initialized. This is only called by the rendering thread.
Reimplemented from FVertexBuffer.
| FShaderResourceViewRHIRef FPrimitiveIdDummyBuffer::VertexBufferSRV |