Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/INiagaraSimCacheCustomStorageInt-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SimCacheReadFrame
(
const FNiagaraSimCacheDataInterfaceReadContext& ReadContext |
Read a frame of data from the simulation cache. | NiagaraSimCacheCustomStorageInterface.h | |
virtual bool SimCacheReadFrame
(
UObject* StorageObject, |
NiagaraSimCacheCustomStorageInterface.h |
SimCacheReadFrame(const FNiagaraSimCacheDataInterfaceReadContext &)
Description
Read a frame of data from the simulation cache.
| Name | SimCacheReadFrame |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheCustomStorageInterface.h |
| Include Path | #include "NiagaraSimCacheCustomStorageInterface.h" |
virtual bool SimCacheReadFrame
(
const FNiagaraSimCacheDataInterfaceReadContext & ReadContext
)
SimCacheReadFrame(UObject , int, int, float, FNiagaraSystemInstance , void *)
| Name | SimCacheReadFrame |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheCustomStorageInterface.h |
| Include Path | #include "NiagaraSimCacheCustomStorageInterface.h" |
virtual bool SimCacheReadFrame
(
UObject * StorageObject,
int FrameA,
int FrameB,
float Interp,
FNiagaraSystemInstance * SystemInstance,
void * OptionalPerInstanceData
)