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

Method Length

Source/Engine/Utilities/StringConverter.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 int32 Length() const
29 {
30 return StringUtils::Length(Get());
31 }
32};
33
34template<int InlinedSize = 128>

Callers 7

VoronoiNoiseMethod · 0.45
WriteMethod · 0.45
PrettyNameFunction · 0.45
TokenMethod · 0.45
OnTransformChangedMethod · 0.45
SerializeMethod · 0.45
UpdateLayoutMethod · 0.45

Calls 2

GetFunction · 0.70
LengthFunction · 0.50

Tested by

no test coverage detected