Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraBool |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
USTRUCT (Meta=(DisplayName="bool"))
struct FNiagaraBool
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraBool () |
NiagaraTypes.h | ||
FNiagaraBool
(
bool bInValue |
NiagaraTypes.h |
Enums
Public
| Name | Remarks |
|---|---|
| BoolValues | The Niagara VM expects this bitmask for its compare and select operators for false. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | int32 | NiagaraTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetRawValue() |
Gets this niagara bools raw integer value expected by the VM and HLSL. | NiagaraTypes.h | |
bool GetValue() |
NiagaraTypes.h | ||
bool IsValid() |
NiagaraTypes.h | ||
void SetRawValue
(
int32 RawValue |
Sets this niagara bool's raw integer value directly using the special raw integer values expected by the VM and HLSL. | NiagaraTypes.h | |
void SetValue
(
bool bValue |
NiagaraTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
NiagaraTypes.h |