Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
Include |
#include "NiagaraTypes.h" |
USTRUCT()
struct FNiagaraAssetVersion
Name | Description | ||
---|---|---|---|
|
bIsVisibleInVersionSelector |
If false then this version is not visible in the version selector dropdown menu of the stack. |
|
|
MajorVersion |
The major version is used to track breaking changes between asset versions |
|
|
MinorVersion |
The minor version is used to track non-breaking changes between asset versions |
|
|
VersionGuid |
The guid is used to keep track of specific asset version references. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator< ( |
||
|
operator<= ( |
||
|
operator== ( |