Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraScriptSource
- UNiagaraScriptSourceBase::AddModuleIfMissing()
- UNiagaraScriptSource::AddModuleIfMissing()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraScriptSource.h |
Include | #include "NiagaraScriptSource.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraScriptSource.cpp |
virtual bool AddModuleIfMissing
&40;
FString ModulePath,
ENiagaraScriptUsage Usage,
bool & bOutFoundModule
&41;
Remarks
Adds a module if it isn't already in the graph. If the module isn't found bOutFoundModule will be false. If it is found and it did need to be added, the function returns true. If it already exists, it returns false.