Hello everyone, currently I’m trying to add Widget to Local Player Screen in c++ (in BeginPlay of my PlayerController class) like this UI = CreateWidget<UWidgetAnimationControl>(this, UIClass, TEXT("Control_UI")); UI->SetOwningLocalPlayer(GetLocalPlayer()); UI->AddToPlayerScreen(0);
but it only visible in one player screen
I also tried to create Widget and set the OwningPlayer with created local player then it worked but i cannot find the way to add the Widget to the first player