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