Navigation
API > API/Runtime > API/Runtime/Engine
Base class for particle vertex factories.
| Name | FParticleVertexFactoryBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h |
| Include Path | #include "ParticleVertexFactory.h" |
Syntax
class FParticleVertexFactoryBase : public FVertexFactory
Inheritance Hierarchy
- FRenderResource → FVertexFactory → FParticleVertexFactoryBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParticleVertexFactoryBase
(
ERHIFeatureLevel::Type InFeatureLevel |
ParticleVertexFactory.h | ||
FParticleVertexFactoryBase
(
EParticleVertexFactoryType Type, |
Default constructor. | ParticleVertexFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParticleFactoryType | EParticleVertexFactoryType | The type of the vertex factory. | ParticleVertexFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ERHIFeatureLevel::Type GetFeatureLevel() |
ParticleVertexFactory.h | ||
EParticleVertexFactoryType GetParticleFactoryType() |
Return the vertex factory type | ParticleVertexFactory.h | |
void SetParticleFactoryType
(
EParticleVertexFactoryType InType |
ParticleVertexFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ModifyCompilationEnvironment
(
const FVertexFactoryShaderPermutationParameters& Parameters, |
ParticleVertexFactory.h |