MCPcopy Create free account
hub / github.com/RedPandaProjects/UnrealEngine / ConversionCost

Method ConversionCost

Source/Editor/Src/UnScrCom.cpp:1714–1794  ·  view source on GitHub ↗

Return the cost of converting a type from Source to Dest: 0 if types are identical. 1 if dest is more precise than source. 2 if converting integral to float. 3 if dest is less precise than source, or a generalization of source. MAXINT if the types are incompatible.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetConversionFunction · 0.85
MatchesTypeMethod · 0.80

Tested by

no test coverage detected