Added delegates and automatic switching
This commit is contained in:
parent
d4ac87e36d
commit
16061e077b
5 changed files with 263 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue