FParticleVertexFactoryBase

Base class for particle vertex factories.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

FParticleVertexFactoryBase

(
    ERHIFeatureLevel::Type InFeatureLev...
)

Public function

FParticleVertexFactoryBase

(
    EParticleVertexFactoryType Type,
    ERHIFeatureLevel::Type InFeatureLev...
)

Default constructor.

Functions