25 UFUNCTION(BlueprintCallable, Category=
"Companions")
26 virtual
void SetCompanionInteractions(const
FInteractionData& CompanionData, const FString& Object = "") = 0;
27 UFUNCTION(BlueprintCallable, Category="Companions")
28 virtual
void ToggleCompanionInteractions(const
bool bShow = true) = 0;
29 UFUNCTION(BlueprintCallable, Category="Companions")
30 virtual
void SetSelectedCompanionInteraction(const int32 SelectedIndex) = 0;