contact me at [email protected] link\
Property = YourAsset->GetClass()->FindPropertyByName(“BPVariable”);
float Variable = Property->ContainerPtrToValuePtr(YourAsset);
*Variable = NewVariable;
* Note: ‘YourAsset’ can be something like an AnimInstance from a mesh