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

Method ToString

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

Source from the content-addressed store, hash-verified

53}
54
55String AssetReferenceBase::ToString() const
56{
57 return _asset ? _asset->ToString() : TEXT("<null>");
58}
59
60void AssetReferenceBase::OnAssetChanged(Asset* asset, void* caller)
61{

Callers 5

CreateMethod · 0.45
ImportMethod · 0.45
CreateInstanceMethod · 0.45
OnDeleteObjectMethod · 0.45
walkTreeFunction · 0.45

Calls 4

GetIDFunction · 0.85
GetPathFunction · 0.85
FormatFunction · 0.50
IsValidMethod · 0.45

Tested by

no test coverage detected