OnAssetBeforeCreated
This hook runs before any command have been applied to an Asset Actor from the create message. Commands returned will be applied to the order before the create message's commands.
Type
filtrera
{
hook: 'OnAssetBeforeCreated'
asset: Asset
}