Choose your operating system:
Windows
macOS
Linux
| FParticleEmitterInstance::GatherMaterialRelevance()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
Include |
#include "ParticleEmitterInstances.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp |
virtual void GatherMaterialRelevance
(
FMaterialRelevance * OutMaterialRelevance,
const UParticleLODLevel * LODLevel,
ERHIFeatureLevel::Type InFeatureLevel
) const
Gathers material relevance flags for this emitter instance. Gathers material relevance flags for this emitter instance.
Parameter |
Description |
---|---|
OutMaterialRelevance |
Pointer to where material relevance flags will be stored. |
LODLevel |
The LOD level for which to compute material relevance flags. |
OutMaterialRelevance |
Pointer to where material relevance flags will be stored. |
LODLevel |
The LOD level for which to compute material relevance flags. |
InFeatureLevel |
The relevant shader feature level. |