Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceRenderTarge-
Description
Called when we complete writing data into the simulation cache. Note: This is called using the Class Default Object not the instance the object was created from
Virtual Inheritance
- INiagaraSimCacheCustomStorageInterface::SimCacheEndWrite → UNiagaraDataInterfaceRenderTarget2D::SimCacheEndWrite
| Name | SimCacheEndWrite |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRenderTarget2D.h |
| Include Path | #include "NiagaraDataInterfaceRenderTarget2D.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceRenderTarget2D.cpp |
virtual bool SimCacheEndWrite
(
UObject * StorageObject
) const