Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/TNiagaraParameterMapHistory
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include | #include "NiagaraParameterMapHistory.h" |
Syntax
struct FReadHistory
Remarks
For each variable that was found, identify the pins that read them from the map in order from first to last read. First of the pair has the read pin, second of the pair has the last set that wrote to the pin.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TModuleScopedPin< FPin > | PreviousWritePin | ||
| TModuleScopedPin< FPin > | ReadPin |