Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraBakerSettings.h |
| Include | #include "NiagaraBakerSettings.h" |
Syntax
USTRUCT ()
struct FNiagaraBakerTextureSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bUseFrameSize | ||
| FIntPoint | FrameSize | Size of each frame generated. | |
| TObjectPtr< UTexture2D > | GeneratedTexture | Final texture generated, an existing entry will be updated with new capture data. | |
| FName | OutputName | Optional output name, if left empty a name will be auto generated using the index of the texture/ | |
| FNiagaraBakerTextureSource | SourceBinding | Source visualization we should capture, i.e. Scene Color, World Normal, etc | |
| FIntPoint | TextureSize | Overall texture size that will be generated. |
Constructors
| Type | Name | Description | |
|---|---|---|---|