Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FVertexFactory
- FParticleVertexFactoryBase
- FMeshParticleVertexFactory
- FParticleBeamTrailVertexFactory
- FParticleSpriteVertexFactory
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h |
| Include | #include "ParticleVertexFactory.h" |
Syntax
class FParticleVertexFactoryBase : public FVertexFactory
Remarks
Base class for particle vertex factories.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParticleVertexFactoryBase
(
ERHIFeatureLevel::Type InFeatureLevel |
|||
FParticleVertexFactoryBase
(
EParticleVertexFactoryType Type, |
Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ERHIFeatureLevel::Type | |||
| EParticleVertexFactoryType | Return the vertex factory type | ||
| void | ModifyCompilationEnvironment
(
const FVertexFactoryShaderPermutationParameters& Parameters, |
||
| void | SetParticleFactoryType
(
EParticleVertexFactoryType InType |