Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraRendererProperties
Description
Returns a list of meshes used by this renderer. What type of object meets the definition of a mesh is up to the renderer to decide, so this might return more than just static meshes (e.g. geometry caches or skel meshes). If the emitter instance is not given then the values returned might not be representative of the meshes used at runtime.
Derived Overrides
| Name | GetUsedMeshes |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererProperties.h |
| Include Path | #include "NiagaraRendererProperties.h" |
virtual void GetUsedMeshes
(
const FNiagaraEmitterInstance * InEmitter,
TArray < UObject * > & OutMeshes
) const