FParticleMeshEmitterInstance::GetDynamicData

Retrieves the dynamic data for the emitter

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetDynamicData()

FParticleMeshEmitterInstance::GetDynamicData()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp

Syntax

virtual FDynamicEmitterDataBase * GetDynamicData
(
    bool bSelected,
    ERHIFeatureLevel::Type InFeatureLevel
)

Remarks

Retrieves the dynamic data for the emitter

Returns

FDynamicEmitterDataBase* The dynamic data, or NULL if it shouldn't be rendered

Parameters

Parameter

Description

bSelected

Whether the emitter is selected in the editor

InFeatureLevel

The relevant shader feature level.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss