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

Method GetMethodMetaData

Source/Engine/Content/Assets/VisualScript.cpp:2327–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2325}
2326
2327Span<byte> VisualScript::GetMethodMetaData(int32 index, int32 typeID)
2328{
2329 auto& method = _methods[index];
2330 auto meta = method.Node->Meta.GetEntry(typeID);
2331 return meta ? ToSpan(meta->Data) : Span<byte>(nullptr, 0);
2332}
2333
2334#endif
2335

Callers 1

GetAttributesMethod · 0.80

Calls 2

ToSpanFunction · 0.50
GetEntryMethod · 0.45

Tested by

no test coverage detected