Added delegates and automatic switching

This commit is contained in:
Jordon Brooks 2024-05-15 21:28:34 +01:00
parent d4ac87e36d
commit 16061e077b
Signed by: jordon
GPG key ID: DBD9758CD53E786A
5 changed files with 263 additions and 44 deletions

View file

@ -12,10 +12,10 @@ struct FSettingsProfile
{
GENERATED_BODY()
UPROPERTY()
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="Settings")
FName SectionName;
UPROPERTY()
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="Settings")
TMap<FName, FHLConfigValue> Settings;
// Equality operators