diff --git a/Source/ModioUICore/Public/Core/ModioTagOptionsUI.h b/Source/ModioUICore/Public/Core/ModioTagOptionsUI.h index 84b11a6..aeb8c47 100644 --- a/Source/ModioUICore/Public/Core/ModioTagOptionsUI.h +++ b/Source/ModioUICore/Public/Core/ModioTagOptionsUI.h @@ -177,5 +177,5 @@ class MODIOUICORE_API UModioModTagOptionsUI : public UObject, public IModioModTa * @brief Transient set of bindable tag categories for use in the UI */ UPROPERTY(Transient, BlueprintReadWrite, EditAnywhere, Category = "mod.io|UI|ModioModTagOptionsUI") - TArray BindableTagCategories; + TArray> BindableTagCategories; }; diff --git a/Source/ModioUICore/Public/UI/Templates/Default/Commands/ModioUIPrioritizeModCommand.h b/Source/ModioUICore/Public/UI/Templates/Default/Commands/ModioUIPrioritizeModCommand.h index a01ff0b..a33d18a 100644 --- a/Source/ModioUICore/Public/UI/Templates/Default/Commands/ModioUIPrioritizeModCommand.h +++ b/Source/ModioUICore/Public/UI/Templates/Default/Commands/ModioUIPrioritizeModCommand.h @@ -29,7 +29,7 @@ class MODIOUICORE_API UModioUIPrioritizeModCommand : public UObject, public IMod static inline const FString CommandID {TEXT("PrioritizeMod")}; UPROPERTY(Transient, BlueprintReadOnly, Category = "mod.io|UI|Commands|Prioritize Mod", meta = (BlueprintProtected)) - UObject* DataSource; + TObjectPtr DataSource; virtual void SetDataSource_Implementation(UObject* InDataSource) override {