5#include "CoreMinimal.h"
7#include "GroupLabeler.h"
8#include "CustomGroupLabeler.generated.h"
46 UFUNCTION(BlueprintPure, BlueprintInternalUseOnly, Category =
"String|BigInteger")
47 TArray<FString> const GetGroupLabels() const;
54 UFUNCTION(BlueprintCallable, BlueprintInternalUseOnly, Category = "String|BigInteger")
55 void SetGroupLabels(TArray<FString> value);
66 virtual
void MapPowerToLabelIndex(int32 powerOfTen, int32& outIndex, int32& outRemainder) const;
72 UPROPERTY(BlueprintGetter = GetGroupLabels, BlueprintSetter = SetGroupLabels, Category = "String|BigInteger")
73 TArray<FString> GroupLabels;
79#include "CustomGroupLabeler.inl"
Definition: CustomGroupLabeler.h:21
int OnAppendGroupLabel(int32 powerOfTen, FString &string) const override
Definition: GroupLabeler.h:19