Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadVariant
Method
ReadVariant
Source/Engine/Serialization/Stream.cpp:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
void ReadStream::ReadVariant(Variant* data)
438
{
439
Read(*data);
440
}
441
442
void ReadStream::Read(BoundingBox& box, bool useDouble)
443
{
Callers
2
LoadGraph
Method · 0.45
LoadTimelineCustomData
Method · 0.45
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected