Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ InitVirtual
Method
InitVirtual
Source/Engine/Content/BinaryAsset.cpp:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
bool BinaryAsset::InitVirtual(AssetInitData& initData)
99
{
100
// Be virtual
101
_isVirtual = true;
102
103
return Init(initData);
104
}
105
106
#if USE_EDITOR
107
Callers
1
NewVirtual
Method · 0.80
Calls
1
Init
Function · 0.50
Tested by
no test coverage detected