Navigation
API > API/Plugins > API/Plugins/Niagara
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Whether GPU particles are currently allowed. Could change depending on config and runtime switches. | NiagaraCommon.h | ||
bool FNiagaraUtilities::AllowGPUParticles
(
EShaderPlatform ShaderPlatform |
NiagaraCommon.h |
FNiagaraUtilities::AllowGPUParticles()
Description
Whether GPU particles are currently allowed. Could change depending on config and runtime switches.
| Name | FNiagaraUtilities::AllowGPUParticles |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraCommon.cpp |
namespace FNiagaraUtilities
{
bool FNiagaraUtilities::AllowGPUParticles()
}
FNiagaraUtilities::AllowGPUParticles(EShaderPlatform)
| Name | FNiagaraUtilities::AllowGPUParticles |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
namespace FNiagaraUtilities
{
bool FNiagaraUtilities::AllowGPUParticles
(
EShaderPlatform ShaderPlatform
)
}