Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraSimCacheAttributeCaptureMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCache.h |
| Include Path | #include "NiagaraSimCache.h" |
Syntax
enum ENiagaraSimCacheAttributeCaptureMode
{
All,
RenderingOnly,
ExplicitAttributes,
}
Values
| Name | Remarks |
|---|---|
| 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. |