Version: 2018.2
public static bool IsOpenForEdit (VersionControl.Asset asset);

Parameters

assetAsset to test.

Description

Returns true if an asset can be edited.

Version control systems like Perforce requieres that an asset is checked out before it can be edited, in that case this will test if the asset can be edited. Some version control systems support editing without checking out the asset in that case this will always return true.