Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/INiagaraSimCacheCustomStorageInt-
Description
Called to compare a frame between two separate simulation cache storages. Mainly useful for unit testing. This will be called on the CDO object since we do not have the actual data interface.
Derived Overrides
- UNiagaraDataInterfaceArray::SimCacheCompareFrame
- UNiagaraDataInterfaceRenderTarget2D::SimCacheCompareFrame
| Name | SimCacheCompareFrame |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCacheCustomStorageInterface.h |
| Include Path | #include "NiagaraSimCacheCustomStorageInterface.h" |
virtual bool SimCacheCompareFrame
(
const UObject * LhsStorageObject,
const UObject * RhsStorageObject,
int FrameIndex,
TOptional < float > Tolerance,
FString & OutErrors
) const