MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadVariantType

Method ReadVariantType

Source/Engine/Serialization/Stream.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void ReadStream::ReadVariantType(VariantType* data)
433{
434 Read(*data);
435}
436
437void ReadStream::ReadVariant(Variant* data)
438{

Callers 3

LoadGraphMethod · 0.45
UpdateSignatureMethod · 0.45
OnLoadedMethod · 0.45

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected