Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraPlatformSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CanChangeScalabilityAtRuntime () |
Returns true if the current platform can modify it's Niagara scalability settings at runtime. | NiagaraPlatformSet.h | |
static bool CanChangeScalabilityAtRuntime
(
const UDeviceProfile* DeviceProfile |
Returns true if the passed platform can modify it's niagara scalability settings at runtime. | NiagaraPlatformSet.h |
CanChangeScalabilityAtRuntime()
Description
Returns true if the current platform can modify it's Niagara scalability settings at runtime.
| Name | CanChangeScalabilityAtRuntime |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp |
static bool CanChangeScalabilityAtRuntime()
CanChangeScalabilityAtRuntime(const UDeviceProfile *)
Description
Returns true if the passed platform can modify it's niagara scalability settings at runtime.
| Name | CanChangeScalabilityAtRuntime |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp |
static bool CanChangeScalabilityAtRuntime
(
const UDeviceProfile * DeviceProfile
)