MCPcopy Create free account
hub / github.com/HeliumProject/Engine / IsTransient

Method IsTransient

Source/Engine/Engine/Asset.cpp:808–826  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

ValidPositionMethod · 0.80
ExportSceneNodeMethod · 0.80
ExportHierarchyNodeMethod · 0.80
AddSceneNodeMethod · 0.80
RemoveSceneNodeMethod · 0.80

Calls 2

GetAssetTypeMethod · 0.80
GetFlagsMethod · 0.80

Tested by

no test coverage detected