unreal.NiagaraPSOPrecachingTime¶
- class unreal.NiagaraPSOPrecachingTime¶
Bases:
EnumBaseENiagara PSOPrecaching Time
C++ Source:
Plugin: Niagara
Module: Niagara
File: NiagaraScalabilitySettings.h
- NONE: NiagaraPSOPrecachingTime = Ellipsis¶
Do not precache PSOs for this Niagara Component/Emitter.
- Type:
0
- ON_ACTIVATED: NiagaraPSOPrecachingTime = Ellipsis¶
Niagara will precache their PSOs when the Component/Emitter is activated. This is implied if the delay mode is set to DelayActivation.
- Type:
2
- ON_INITIALIZE: NiagaraPSOPrecachingTime = Ellipsis¶
Niagara will precache their PSOs when the Component/Emitter is initialized.
- Type:
1
- ON_RENDER_STATE_CREATION: NiagaraPSOPrecachingTime = Ellipsis¶
Niagara will precache their PSOs when the Component/Emitter render state is created.
- Type:
3