fix a bug inside USGVirtualHandComponent::PostEditChangeProperty() where the get member name check happens against the wrong class and member names

This commit is contained in:
Mamadou Babaei
2024-10-11 10:28:44 +02:00
parent 4bcefad1fb
commit a317fff13a
2 changed files with 3 additions and 2 deletions
@@ -326,8 +326,8 @@ void USGVirtualHandComponent::PostEditChangeProperty(FPropertyChangedEvent& Prop
static const FName OverridePluginSettingsName{
FImpl::ParseVirtualHandSettingsOverridesPropertyName(
GET_MEMBER_NAME_CHECKED(FSGWristTrackingSettingsOverrides,
FSGWristTrackingSettingsOverrides::bOverridePluginSettings))
GET_MEMBER_NAME_CHECKED(FSGVirtualHandSettingsOverrides,
FSGVirtualHandSettingsOverrides::bOverridePluginSettings))
};
if (PropertyName == RightName)