Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraPlatformSetCVarCondition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckValue
(
bool CVarValue |
NiagaraPlatformSet.h | ||
bool CheckValue
(
int32 CVarValue |
NiagaraPlatformSet.h | ||
bool CheckValue
(
float CVarValue |
NiagaraPlatformSet.h |
CheckValue(bool)
| Name | CheckValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
bool CheckValue
(
bool CVarValue
) const
CheckValue(int32)
| Name | CheckValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
bool CheckValue
(
int32 CVarValue
) const
CheckValue(float)
| Name | CheckValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
bool CheckValue
(
float CVarValue
) const