Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UNiagaraSimCacheFunctionLibrary
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheFunctionLibrary.h |
| Include | #include "NiagaraSimCacheFunctionLibrary.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraSimCacheFunctionLibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraSimCacheFunctionLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CaptureNiagaraSimCacheImmediate
(
UNiagaraSimCache* SimCache, |
Captures the simulations current frame data into the SimCache. | |
| UNiagaraSimCache * | CreateNiagaraSimCache
(
UObject* WorldContextObject |
Captures the simulation cache object that can be captured into using the various API calls. |