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