Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UNiagaraBakerOutputSimCache |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraBakerOutputSimCache.h |
| Include Path | #include "NiagaraBakerOutputSimCache.h" |
Syntax
UCLASS (Meta=(DisplayName="Simulation Cache Output"), MinimalAPI)
class UNiagaraBakerOutputSimCache : public UNiagaraBakerOutput
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraBakerOutput → UNiagaraBakerOutputSimCache
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraBakerOutputSimCache
(
const FObjectInitializer& Init |
NiagaraBakerOutputSimCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreateParameters | FNiagaraSimCacheCreateParameters | NiagaraBakerOutputSimCache.h |
|
|
| SimCacheAssetPathFormat | FString | NiagaraBakerOutputSimCache.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. | NiagaraBakerOutputSimCache.h | |
virtual FString MakeOutputName() |
Make an OutputName used when creating a new output | NiagaraBakerOutputSimCache.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NiagaraBakerOutputSimCache.h |