Assets Versions
Last updated
Was this helpful?
Last updated
Was this helpful?
An Assets Version
is a snapshots of Unreal Engine content that users are able to download and use, once published (see ).
Assets Versions contain the following editable information:
Description
An internal description for the Assets Version. This should be used to help the author track what the purpose of the Assets Version. Users will see the published release notes rather than this information.
Release
Assigning an associated release to an Assets Version will auto-fill the Compatible Releases list when publishing. Additional compatible releases may still be selected.
Dependencies
Authors may select other Assets that this Assets Version requires to function.
Assets Version dependencies are not enforced by the launcher yet.
Publishing assets is only currently valid for Project Plugins. Engine plugins and Templates can be published but this serves no purpose.
Assets Versions have the following editable publish information:
Semantic version*
Compatible Releases
Experimental
A flag to show this Assets Version may be unstable
Release Notes
A markdown
description for this Assets Version.
As this is markdown, the author may wish to embed media to better show what fixes, changes or additions have arrived in the new Assets Version.
Breaking Changes
A markdown
description for anything that may have broken in user projects due to this Assets Version.
It is the responsibility of the Assets author to ensure the Compatible Releases
field of every Assets Version is up-to-date with the current releases.
Likewise, when a new release is created, it is the responsibility of the author to check their Assets Versions against the new release and either:
Create a new Assets Version with fixes if anything has broken.
Add the new release to the Assets Versions Compatible Releases
if everything still works as expected.
We do now allow Assets Versions to be deleted if they have been published
This must be a valid and increasing . Once published, this information cannot be edited.
A list of that this version is compatible with.
Uploading a new Assets Version will depend on the .
Find the Assets Version you want to edit and press the edit button.
Perform edits in the opened modal.
Find the Assets Version you want to publish and click the Publish
button.
Click Publish
.
Navigate to the Assets Version you want to delete.
Confirm deletion of the Assets Version by clicking Delete
.