Updated AssetInitBus comments.

This commit is contained in:
Chris Santora
2021-06-15 12:17:44 -07:00
parent 56cf345dba
commit 03171fee54
@@ -21,6 +21,8 @@ namespace AZ
//! Bus for post-load initialization of assets.
//! Assets that need to do post-load initialization should connect to this bus in their asset handler's LoadAssetData() function.
//! Be sure to disconnect from this bus as soon as initialization is complete, as it will be called every frame.
//! (Note this bus is needed rather than utilizing TickBus because TickBus is not protected by a mutex which means it can't be
//! connected on an asset load job thread).
class AssetInitEvents
: public EBusTraits
{