Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraBakerOutput
- UNiagaraBakerOutputVolumeTexture
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraBakerOutputVolumeTexture.h |
| Include | #include "NiagaraBakerOutputVolumeTexture.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"Volume Texture Output"&41;, MinimalAPI&41;
class UNiagaraBakerOutputVolumeTexture : public UNiagaraBakerOutput
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AtlasAssetPathFormat | When enabled a volume atlas is created, the atlas is along X & Y not Z based on baker settings. | |
| uint8: 1 | bExportFrames | ||
| uint8: 1 | bGenerateAtlas | ||
| uint8: 1 | bGenerateFrames | ||
| FString | FramesAssetPathFormat | When enabled each frame will create an asset. | |
| FString | FramesExportPathFormat | When enabled each frame will be exported to the output path using the format extension. | |
| FNiagaraBakerTextureSource | SourceBinding |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraBakerOutputVolumeTexture
(
const FObjectInitializer& Init |
Overridden from UNiagaraBakerOutput
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const UNiagaraBakerOutput& Other |
Used to determine if the bake is out of date or not. | |
| FString | Make an OutputName used when creating a new output |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |