Variable Update only when stop editor, why?

Hi, I Trying change the uproperty values in c++ more this variable is set only before when i Stop Editor… Why?

FloatProperty->SetFloatingPointPropertyValue(Property->ContainerPtrToValuePtr<float>(ActorComponent), 1000);

ActorComponent->PostEditChange();