Skip to content

Commit

Permalink
chore: added missing commets
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed Nov 6, 2024
1 parent 4f8efa2 commit a3d96f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Source/Immutable/Public/Immutable/ImmutablePluginSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@


/**
*
* ImmutablePluginSettings is a configuration class for the Immutable plugin.
* This class contains settings that can be adjusted to control the behavior
* of the Immutable plugin within the Unreal Engine environment.
*/
UCLASS(config = Game, defaultconfig, meta = (DisplayName = "Immutable Plugin Settings"))
class IMMUTABLE_API UImmutablePluginSettings : public UDeveloperSettings
{
GENERATED_BODY()

public:
/// The default application configuration class.
/// This property holds a reference to a subclass of UApplicationConfig,
/// which will be used as the default configuration for the application.
UPROPERTY(Config, EditAnywhere, BlueprintReadOnly, Category = "General")
TSubclassOf<UApplicationConfig> DefaultApplicationConfig;

};

0 comments on commit a3d96f0

Please sign in to comment.