Get whether this object is transient. Transient objects are not saved into or loaded from a package stored on disk. An object is transient if its type or the types of any of its owners have the AssetType::FLAG_TRANSIENT flag set, or if it or one of its parents have the Asset::FLAG_TRANSIENT flag set. @return True if this object is transient, false if not.
source not stored for this graph (policy: none)
no test coverage detected