UNiagaraScript::IsEditorOnly

Called during saving to determine if the object is forced to be editor only or not

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::IsEditorOnly()

UNiagaraScript::IsEditorOnly()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h

Include

#include "NiagaraScript.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScript.cpp

Syntax

virtual bool IsEditorOnly() const

Remarks

Called during saving to determine if the object is forced to be editor only or not

Returns

true if this object should never be loaded outside the editor