| AttributeCaptureMode |
ENiagaraSimCacheAttributeCaptureMode |
How do we want to capture attributes for the simulation cache. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bAllowDataInterfaceCaching |
uint32 |
When enabled Data Interface data will be stored in the SimCache. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bAllowInterpolation |
uint32 |
When enabled we allow the cache to be generated for interpolation. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bAllowRebasing |
uint32 |
When enabled allows the SimCache to be re-based. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bAllowSerializeLargeCache |
uint32 |
When enabled the cache will support serializing large amounts of cache data. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bAllowVelocityExtrapolation |
uint32 |
When enabled we allow the cache to be generated for extrapolation. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| bIncludeDebugData |
uint32 |
When enabled additional information is stored that can be useful for debugging a simulation |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| ExplicitCaptureAttributes |
TArray< FName > |
List of attributes to capture when the capture attribute capture mode is set to explicit. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
- Meta=(EditCondition="AttributeCaptureMode == ENiagaraSimCacheAttributeCaptureMode::ExplicitAttributes")
|
| InterpolationExcludeAttributes |
TArray< FName > |
List of specific Attributes to exclude interpolation for. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| InterpolationIncludeAttributes |
TArray< FName > |
List of specific Attributes to include when using interpolation. |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| RebaseExcludeAttributes |
TArray< FName > |
List of Attributes to force exclude from the SimCache rebase, they should be the full path to the attribute For example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|
| RebaseIncludeAttributes |
TArray< FName > |
List of Attributes to force include in the SimCache rebase, they should be the full path to the attribute For example, MyEmitter.Particles.MyQuat would force the particle attribute MyQuat to be included for MyEmitter |
NiagaraSimCache.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SimCache"
|