Notification changes in UE Wingman

This commit is contained in:
2026-03-18 20:08:50 -04:00
parent 230f104fda
commit 809de505b6
16 changed files with 123 additions and 96 deletions

View File

@@ -15,7 +15,7 @@ struct FWingBlueprintVar
GENERATED_BODY()
FBPVariableDescription* Desc = nullptr;
WingProperty DefaultValueProp;
FWingProperty DefaultValueProp;
FWingBlueprintVar() = default;
FWingBlueprintVar(UBlueprint* BP, const FString& VarName);
@@ -54,5 +54,5 @@ private:
void LoadDefault();
void SaveFlags();
bool SaveDefault();
TArray<WingProperty> MergedProperties();
TArray<FWingProperty> MergedProperties();
};