Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCache.h |
| Include | #include "NiagaraSimCache.h" |
Syntax
enum ENiagaraSimCacheAttributeCaptureMode
&123;
All,
RenderingOnly,
ExplicitAttributes,
&125;
Values
| Name | Description |
|---|---|
| All | Captures all attributes available. |
| RenderingOnly | Captures attributes that are required to render the system only. |
| ExplicitAttributes | Captures only attributes that match the 'ExplicitCaptureAttributes' list provided by the user. |