23 virtual void NativeConstruct()
override;
24 virtual void NativeDestruct()
override;
25 virtual void NativeTick(
const FGeometry& MyGeometry,
float InDeltaTime)
override;
28 void HandleConstellationReaction(
UConstellationBase* Constellation,
const FText& ChatText,
bool bTagged);
31 void UpdateScrollInteraction();
35 UFUNCTION(BlueprintImplementableEvent, Category =
"UI|Chat")
39 UPROPERTY(BlueprintReadOnly, Category = "
UI|Chat", meta = (BindWidget))
40 TObjectPtr<UScrollBox> ChatScrollBox;
42 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "
UI|Chat")
47 uint8 bScrollInteractionEnabled : 1 = false;