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