Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Get
Method
Get
Source/Engine/Content/WeakAssetReference.h:187–190 ·
view source on GitHub ↗
Gets the asset.
Source
from the content-addressed store, hash-verified
185
/// Gets the asset.
186
/// </summary>
187
FORCE_INLINE T* Get() const
188
{
189
return (T*)_asset;
190
}
191
192
/// <summary>
193
/// Gets the asset as a given type (static cast).
Callers
2
WeakAssetReference
Method · 0.45
WeakAssetReference
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected