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

Method ToString

Source/Engine/Level/Actor.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190String Actor::ToString() const
191{
192 auto& type = GetType();
193 return String::Format(TEXT("{0} ({1}; {2})"), _name, type.ToString(), _id);
194}
195
196void Actor::OnDeleteObject()
197{

Callers 15

InitializeMethod · 0.45
SetAxisConfigByNameMethod · 0.45
SetActionConfigByNameMethod · 0.45
BooleanFailureMessageMethod · 0.45
PrettyPrintMethod · 0.45
Actor.cppFile · 0.45
SerializeMethod · 0.45
GetNamePathMethod · 0.45
SerializeMethod · 0.45
GetSubTagsMethod · 0.45

Calls 2

GetTypeFunction · 0.85
FormatFunction · 0.50

Tested by

no test coverage detected