Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UAsyncNiagaraCaptureSimCache |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheFunctionLibrary.h |
| Include Path | #include "NiagaraSimCacheFunctionLibrary.h" |
Syntax
UCLASS ()
class UAsyncNiagaraCaptureSimCache : public UCancellableAsyncAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UCancellableAsyncAction → UAsyncNiagaraCaptureSimCache
Classes
| Name | Remarks |
|---|---|
| FOnCaptureComplete |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRunning | bool | NiagaraSimCacheFunctionLibrary.h | ||
| CaptureComplete | FOnCaptureComplete | NiagaraSimCacheFunctionLibrary.h |
|
|
| CaptureComponent | TObjectPtr< UNiagaraComponent > | NiagaraSimCacheFunctionLibrary.h | ||
| CaptureParameters | FNiagaraSimCacheCaptureParameters | NiagaraSimCacheFunctionLibrary.h | ||
| CaptureSimCache | TObjectPtr< UNiagaraSimCache > | NiagaraSimCacheFunctionLibrary.h | ||
| CreateParameters | FNiagaraSimCacheCreateParameters | NiagaraSimCacheFunctionLibrary.h | ||
| SimCacheCapture | FNiagaraSimCacheCapture | NiagaraSimCacheFunctionLibrary.h |
Functions
Public
Overridden from UCancellableAsyncAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Cancel() |
NiagaraSimCacheFunctionLibrary.h |
Overridden from UBlueprintAsyncActionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
NiagaraSimCacheFunctionLibrary.h | ||
virtual void SetReadyToDestroy() |
NiagaraSimCacheFunctionLibrary.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAsyncNiagaraCaptureSimCache * CaptureNiagaraSimCache
(
UNiagaraSimCache* SimCache, |
Capture a simulation cache with customizable capture parameters. | NiagaraSimCacheFunctionLibrary.h |
|
static UAsyncNiagaraCaptureSimCache * CaptureNiagaraSimCacheImpl
(
UNiagaraSimCache* SimCache, |
NiagaraSimCacheFunctionLibrary.h | ||
static UAsyncNiagaraCaptureSimCache * CaptureNiagaraSimCacheMultiFrame
(
UNiagaraSimCache* SimCache, |
Capture multiple frames from the provided simulation into a SimCache until the simulation becomes inactive, completes or we hit the NumFrames limit. | NiagaraSimCacheFunctionLibrary.h |
|
static UAsyncNiagaraCaptureSimCache * CaptureNiagaraSimCacheUntilComplete
(
UNiagaraSimCache* SimCache, |
Capture frames from the provided simulation into a SimCache until the simulation becomes inactive or completes. | NiagaraSimCacheFunctionLibrary.h |
|