Sets both horizontal and vertical projection alignment.
Use this state-change call as part of prompt UI and widget presentation. When the signature is authority-only, call it from server-owned gameplay flow so replicated target state remains consistent.
UFUNCTION(BlueprintCallable, Category = "InteractionUI")
void SetProjectionAlignment( EInteractionUIHorizontalAlignment InHorizontalAlignment, EInteractionUIVerticalAlignment InVerticalAlignment);
Parameters
Inputs
InHorizontalAlignment
Horizontal alignment to apply.
InVerticalAlignment
Vertical alignment to apply.
Use Cases
- Change prompt UI and widget presentation state from the correct gameplay authority or owner.