Navigation
API > API/Plugins > API/Plugins/Niagara
Base class for niagara script upgrades in the context of versioning. Can be used instead of python upgrade scripts or alongside them as fallback if python is not available in the current environment.
| Name | UNiagaraVersionUpgradeBase |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraVersionUpgradeBase.h |
| Include Path | #include "NiagaraVersionUpgradeBase.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UNiagaraVersionUpgradeBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraVersionUpgradeBase