Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ HasStreamingError
Method
HasStreamingError
Source/Engine/Graphics/Textures/TextureBase.cpp:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
bool TextureBase::HasStreamingError() const
301
{
302
return _texture.Streaming.Error;
303
}
304
305
void TextureBase::SetStreamingVisible() const
306
{
Callers
1
WaitForAsset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected