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

Method SetValue

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

Source from the content-addressed store, hash-verified

1427}
1428
1429void MField::SetValue(MObject* instance, void* value) const
1430{
1431 static void* FieldSetValuePtr = GetStaticMethodPointer(TEXT("FieldSetValue"));
1432 CallStaticMethod<void, void*, void*, void*>(FieldSetValuePtr, instance, _handle, value);
1433}
1434
1435bool MField::HasAttribute(const MClass* klass) const
1436{

Callers 1

SetInternalValuesMethod · 0.45

Calls 2

GetStaticMethodPointerFunction · 0.85
InvokeMethod · 0.45

Tested by

no test coverage detected