[Unreal] Renaming a Blueprint variable From C++
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