Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraBakerOutput
- UNiagaraBakerOutputSimCache
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraBakerOutputSimCache.h |
| Include | #include "NiagaraBakerOutputSimCache.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"Simulation Cache Output &40;Experimental&41;"&41;, MinimalAPI&41;
class UNiagaraBakerOutputSimCache : public UNiagaraBakerOutput
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraSimCacheCreateParameters | CreateParameters | ||
| FString | SimCacheAssetPathFormat |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraBakerOutputSimCache
(
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 |