FNiagaraMeshVertexFactory::InitRHI

Initializes the RHI resources used by this resource.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRenderResource::InitRHI()

FNiagaraMeshVertexFactory::InitRHI()

References

Module

NiagaraVertexFactories

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraMeshVertexFactory.h

Include

#include "NiagaraMeshVertexFactory.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Private/NiagaraMeshVertexFactory.cpp

Syntax

virtual void InitRHI()

Remarks

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.