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
{
UMETA =(DisplayName = "Capture All Attributes"),
UMETA =(DisplayName = "Capture Attributes Needed For Rendering"),
UMETA =(DisplayName = "Capture Explicit Attributes Only"),
}
Values
| Name |
Description |
| UMETA |
Captures all attributes available. |
| UMETA |
Captures attributes that are required to render the system only. |
| UMETA |
Captures only attributes that match the 'ExplicitCaptureAttributes' list provided by the user. |