Navigation
API > API/Runtime > API/Runtime/RenderCore
The empty vertex declaration resource type.
| Name | FEmptyVertexDeclaration |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/CommonRenderResources.h |
| Include Path | #include "CommonRenderResources.h" |
Syntax
class FEmptyVertexDeclaration : public FRenderResource
Inheritance Hierarchy
- FRenderResource → FEmptyVertexDeclaration
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FEmptyVertexDeclaration() |
Destructor. | CommonRenderResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VertexDeclarationRHI | FVertexDeclarationRHIRef | CommonRenderResources.h |
Functions
Public
Overridden from FRenderResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. | CommonRenderResources.h | |
virtual void ReleaseRHI () |
Releases the RHI resources used by this resource. | CommonRenderResources.h |