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

Method GetValue

Source/Engine/Scripting/Runtime/DotNet.cpp:1411–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409}
1410
1411void MField::GetValue(MObject* instance, void* result) const
1412{
1413 static void* FieldGetValuePtr = GetStaticMethodPointer(TEXT("FieldGetValue"));
1414 CallStaticMethod<void, void*, void*, void*>(FieldGetValuePtr, instance, _handle, result);
1415}
1416
1417void MField::GetValueReference(MObject* instance, void* result) const
1418{

Callers 1

InitHostfxrFunction · 0.45

Calls 2

GetStaticMethodPointerFunction · 0.85
InvokeMethod · 0.45

Tested by

no test coverage detected