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

Method GetMetaData

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

Source from the content-addressed store, hash-verified

2319}
2320
2321Span<byte> VisualScript::GetMetaData(int32 typeID)
2322{
2323 auto meta = Graph.Meta.GetEntry(typeID);
2324 return meta ? ToSpan(meta->Data) : Span<byte>(nullptr, 0);
2325}
2326
2327Span<byte> VisualScript::GetMethodMetaData(int32 index, int32 typeID)
2328{

Callers

nothing calls this directly

Calls 2

ToSpanFunction · 0.50
GetEntryMethod · 0.45

Tested by

no test coverage detected