Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/INiagaraSimCacheCustomStorageInt-
Description
Called when the simulation cache has finished reading a frame. Only DataInterfaces with PerInstanceData will have this method called on them.
| Name | SimCachePostReadFrame |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheCustomStorageInterface.h |
| Include Path | #include "NiagaraSimCacheCustomStorageInterface.h" |
virtual void SimCachePostReadFrame
(
void * OptionalPerInstanceData,
FNiagaraSystemInstance * SystemInstance
)