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