Navigation
API > API/Plugins > API/Plugins/NiagaraVertexFactories > API/Plugins/NiagaraVertexFactories/FNiagaraMeshVertexFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetVertexElements
(
ERHIFeatureLevel::Type FeatureLevel, |
NiagaraMeshVertexFactory.h | ||
static void GetVertexElements
(
ERHIFeatureLevel::Type FeatureLevel, |
NiagaraMeshVertexFactory.h |
GetVertexElements(ERHIFeatureLevel::Type, bool, FStaticMeshDataType &, FVertexDeclarationElementList &)
| Name | GetVertexElements |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraMeshVertexFactory.h |
| Include Path | #include "NiagaraMeshVertexFactory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Private/NiagaraMeshVertexFactory.cpp |
static void GetVertexElements
(
ERHIFeatureLevel::Type FeatureLevel,
bool bSupportsManualVertexFetch,
FStaticMeshDataType & Data,
FVertexDeclarationElementList & Elements
)
GetVertexElements(ERHIFeatureLevel::Type, bool, FStaticMeshDataType &, FVertexDeclarationElementList &, FVertexStreamList &)
| Name | GetVertexElements |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraMeshVertexFactory.h |
| Include Path | #include "NiagaraMeshVertexFactory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Private/NiagaraMeshVertexFactory.cpp |
static void GetVertexElements
(
ERHIFeatureLevel::Type FeatureLevel,
bool bSupportsManualVertexFetch,
FStaticMeshDataType & Data,
FVertexDeclarationElementList & Elements,
FVertexStreamList & InOutStreams
)