Skip to content

Commit

Permalink
Merge pull request #276 from SpaceGameDev568/Dev
Browse files Browse the repository at this point in the history
Fix typo on Configuration page
  • Loading branch information
budak7273 authored Jan 18, 2024
2 parents a0ab3dd + df5e0f4 commit 67683bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The short description of this property that is shown to the user when he hovers
=== `SubclassOf<UConfigValue> GetValueClass()`
Allows to retrieve the type of the configuration value the property is based on.

=== `ApplayDefaultPropertyValue(UConfigValue Value)`
=== `ApplyDefaultPropertyValue(UConfigValue Value)`
Fills the given config value object with the default value of this property.

=== `UConfigValue CreateNewValue(UObject Outer)`
Expand Down

0 comments on commit 67683bc

Please sign in to comment.