Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include | #include "NiagaraScript.h" |
Syntax
USTRUCT ()
struct FNiagaraVMExecutableByteCode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Compress () |
||
| const TArray< uint8 > & | GetData () |
||
| TArray< uint8 > & | GetData () |
||
| const uint8 * | GetDataPtr () |
||
| int32 | GetLength () |
||
| bool | HasByteCode () |
||
| bool | IsCompressed () |
||
| void | |||
| void | Reset () |
||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Used to upgrade a serialized property to our own struct | |
| void | |||
| void | |||
| void | Shrink () |
||
| bool | Uncompress () |