Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraScript * GetTargetCompiledScript
(
const FNiagaraScriptDataKey& ScriptDataKey |
Gets the script that will have the compiled data for the supplied script data key. | NiagaraSystem.h | |
const UNiagaraScript * GetTargetCompiledScript
(
const FGuid& EmitterHandleId, |
Gets the script that will have the compiled data for the supplied emitter handle, script usage, and usage id. | NiagaraSystem.h |
GetTargetCompiledScript(const FNiagaraScriptDataKey &)
Description
Gets the script that will have the compiled data for the supplied script data key.
| Name | GetTargetCompiledScript |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path | #include "NiagaraSystem.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystem.cpp |
UNiagaraScript * GetTargetCompiledScript
(
const FNiagaraScriptDataKey & ScriptDataKey
) const
GetTargetCompiledScript(const FGuid &, ENiagaraScriptUsage, const FGuid &)
Description
Gets the script that will have the compiled data for the supplied emitter handle, script usage, and usage id.
| Name | GetTargetCompiledScript |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path | #include "NiagaraSystem.h" |
const UNiagaraScript * GetTargetCompiledScript
(
const FGuid & EmitterHandleId,
ENiagaraScriptUsage ScriptUsage,
const FGuid & ScriptUsageId
) const