Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Customizations
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Customizations/NiagaraDataInterfaceSimCacheVisualizer.h |
| Include | #include "Customizations/NiagaraDataInterfaceSimCacheVisualizer.h" |
Syntax
class INiagaraDataInterfaceSimCacheVisualizer
Remarks
Implementations can be registered with the niagara editor module to provide custom visualizations for data interfaces stored in sim caches. This is needed since data interfaces can store any custom uobject, so the sim cache editor has no knowledge how to display the data stored within.
See FNiagaraDataChannelCacheVisualizer for an example implementation.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | CreateWidgetFor
(
UObject* CachedData, |