MCPcopy Create free account
hub / github.com/StudioCherno/Coral / NativeArrayIcall

Function NativeArrayIcall

Example/Example.Native/Source/Main.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static void NativeArrayIcall(Coral::Array<float> InValues)
40{
41 std::cout << "NativeArrayIcall" << std::endl;
42 for (auto value : InValues)
43 {
44 std::cout << value << std::endl;
45 }
46}
47
48static Coral::Array<float> ArrayReturnIcall()
49{

Callers 1

ArrayDemoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected