How to set value of multiple UPropertyHandle at once

Like that:

{

const FScopedTransaction Transaction(LOCTEXT("CamSnap", "Camera Snap"));

RotationUPropertyHandle->SetValue(CameraRotation, EPropertyValueSetFlags::InteractiveChange | EPropertyValueSetFlags::NotTransactable);
LocationUPropertyHandle->SetValue(CameraLocation, EPropertyValueSetFlags::InteractiveChange | EPropertyValueSetFlags::NotTransactable);

}

 

 

Add a Comment

Your email address will not be published. Required fields are marked *