Navigation
API > API/Plugins > API/Plugins/CascadeToNiagaraConverter
References
| Module | CascadeToNiagaraConverter |
| Header | /Engine/Plugins/FX/CascadeToNiagaraConverter/Source/CascadeToNiagaraConverter/Public/NiagaraStackGraphUtilitiesAdapterLibrary.h |
| Include | #include "NiagaraStackGraphUtilitiesAdapterLibrary.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FOrbitOptionsBP
Remarks
BlueprintType wrapper around FOrbitOptions to allow managing in blueprint/python logic.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bProcessDuringSpawn | Whether to process the data during spawning. | |
| bool | bProcessDuringUpdate | Whether to process the data during updating. | |
| bool | bUseEmitterTime | Whether to use emitter time during data retrieval. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOrbitOptionsBP
(
const FOrbitOptions& OrbitOptions |