Navigation
Unreal Engine C++ API Reference > Plugins > Niagara
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
Include | #include "NiagaraTypes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"bool"&41;&41;
struct FNiagaraBool
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNiagaraBool () |
||
![]() |
FNiagaraBool
(
bool bInValue |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | GetRawValue () |
Gets this niagara bools raw integer value expected by the VM and HLSL. |
![]() ![]() |
bool | GetValue () |
|
![]() ![]() |
bool | IsValid () |
|
![]() |
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. |
![]() |
void | SetValue
(
bool bValue |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
BoolValues | The Niagara VM expects this bitmask for its compare and select operators for false. |