Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMeshParticleVertexFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MeshParticleVertexFactory.h | |||
FMeshParticleVertexFactory
(
ERHIFeatureLevel::Type InFeatureLevel |
MeshParticleVertexFactory.h | ||
FMeshParticleVertexFactory
(
EParticleVertexFactoryType InType, |
Default constructor. | MeshParticleVertexFactory.h |
FMeshParticleVertexFactory()
| Name | FMeshParticleVertexFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h |
| Include Path | #include "MeshParticleVertexFactory.h" |
FMeshParticleVertexFactory()
FMeshParticleVertexFactory(ERHIFeatureLevel::Type)
| Name | FMeshParticleVertexFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h |
| Include Path | #include "MeshParticleVertexFactory.h" |
FMeshParticleVertexFactory
(
ERHIFeatureLevel::Type InFeatureLevel
)
FMeshParticleVertexFactory(EParticleVertexFactoryType, ERHIFeatureLevel::Type, int32, int32)
Description
Default constructor.
| Name | FMeshParticleVertexFactory |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h |
| Include Path | #include "MeshParticleVertexFactory.h" |
FMeshParticleVertexFactory
(
EParticleVertexFactoryType InType,
ERHIFeatureLevel::Type InFeatureLevel,
int32 InDynamicVertexStride,
int32 InDynamicParameterVertexStride
)