30 UFUNCTION(BlueprintNativeEvent, Category =
"PageScrollItem")
31 void UpdateFocusState(
bool bInFocused,
float InScale);
35 UFUNCTION(BlueprintImplementableEvent, Category = "PageScrollItem")
36 void SetPageContent(int32 Index);
40 UFUNCTION(BlueprintCallable, BlueprintPure, Category = "PageScrollItem")
41 int32 GetPageIndex()
const {
return pageIndex; }
45 UFUNCTION(BlueprintCallable, BlueprintPure, Category =
"PageScrollItem")
46 bool IsFocused()
const {
return bIsFocused; }
50 UPROPERTY(BlueprintAssignable, Category =
"PageScrollItem|Events")
51 FOnItemFocusChanged OnItemFocusChanged;
61 bool bIsFocused = false;