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

Method ToString

Source/Engine/Content/Storage/FlaxStorage.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49String AssetHeader::ToString() const
50{
51 return String::Format(TEXT("ID: {0}, TypeName: {1}, Chunks Count: {2}"), ID, TypeName, GetChunksCount());
52}
53
54uint32 AssetInitData::GetHashCode() const
55{

Callers 15

loadMethod · 0.45
SerializeObjectMethod · 0.45
VisualScript.cppFile · 0.45
GetStackTraceMethod · 0.45
RunMethod · 0.45
SaveLODMethod · 0.45
OnBaseParamsChangedMethod · 0.45
SetBaseMaterialMethod · 0.45
InitMethod · 0.45
NewMethod · 0.45

Calls 1

FormatFunction · 0.50

Tested by

no test coverage detected