Fix error when loading surface from not yet loaded asset
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="timeoutInMilliseconds">Custom timeout value in milliseconds.</param>
|
||||
/// <returns>True if cannot load that asset (failed or has been cancelled), otherwise false.</returns>
|
||||
API_FUNCTION() bool WaitForLoaded(double timeoutInMilliseconds = 30000.0);
|
||||
API_FUNCTION() bool WaitForLoaded(double timeoutInMilliseconds = 30000.0) const;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes asset data as virtual asset.
|
||||
|
||||
Reference in New Issue
Block a user