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