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

Method ToString

Source/Engine/Content/Content.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50Delegate<Asset*> Content::AssetReloading;
51
52String AssetInfo::ToString() const
53{
54 return String::Format(TEXT("ID: {0}, TypeName: {1}, Path: \'{2}\'"), ID, TypeName, Path);
55}
56
57void FLAXENGINE_API Serialization::Serialize(ISerializable::SerializeStream& stream, const SceneReference& v, const void* otherObj)
58{

Callers 7

LoadAsyncInternalMethod · 0.45
DeleteAssetMethod · 0.45
RenameAssetMethod · 0.45
FastTmpAssetCloneMethod · 0.45
CloneAssetFileMethod · 0.45
LoadAsyncMethod · 0.45

Calls 3

GetIDMethod · 0.80
FormatFunction · 0.50
GetStateFunction · 0.50

Tested by

no test coverage detected