Navigation
API > API/Plugins > API/Plugins/Niagara
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Whether compute shaders are allowed. Could change depending on config and runtime switches. | NiagaraCommon.h | ||
bool FNiagaraUtilities::AllowComputeShaders
(
EShaderPlatform ShaderPlatform |
NiagaraCommon.h |
FNiagaraUtilities::AllowComputeShaders()
Description
Whether compute shaders are allowed. Could change depending on config and runtime switches.
| Name | FNiagaraUtilities::AllowComputeShaders |
| 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::AllowComputeShaders()
}
FNiagaraUtilities::AllowComputeShaders(EShaderPlatform)
| Name | FNiagaraUtilities::AllowComputeShaders |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
namespace FNiagaraUtilities
{
bool FNiagaraUtilities::AllowComputeShaders
(
EShaderPlatform ShaderPlatform
)
}