Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/TNiagaraParameterMapHistoryBuild-
Description
In some cases, we don't want all the variables encountered in a traversal. In this case, you can filter the map history to only include variables that are relevant to the specific script type. For instance, a System script doesn't really care about the Particles namespace.
| Name | EnableScriptAllowList |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include Path | #include "NiagaraParameterMapHistory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp |
void EnableScriptAllowList
(
bool bInEnable,
ENiagaraScriptUsage InScriptType
)