| bIsEnabled |
bool |
|
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| bIsLightweight |
bool |
Set to true if this is a lightweight emitter |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| EmitterName |
FName |
|
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| UsedRendererMaterials |
TArray< TObjectPtr< UMaterialInterface > > |
A list of all materials referenced by renderers in this emitter. Could actually be less on the cooked target platform, depending on scalability settings. |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| UsedRendererMeshes |
TArray< TObjectPtr< UObject > > |
A list of all meshes referenced by renderers in this emitter. |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|