Skip to content

Commit

Permalink
update readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
aquanox committed Nov 18, 2024
1 parent c6974ed commit ffd5623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Subsystem Browser Plugin for Unreal Engine

Subsystems provide an easy way to extend engine functionality and implement new features while avoiding the complexity of overriding engine classes or packing multiple independent features into a single class.
Check [Programming Subsystems](https://docs.unrealengine.com/4.27/en-US/ProgrammingAndScripting/Subsystems/) article if you haven't tried them yet.
Check [Programming Subsystems](https://dev.epicgames.com/documentation/en-us/unreal-engine/programming-subsystems-in-unreal-engine) article if you haven't tried them yet.

With Subsystems being a great tool, Unreal Engine Editor does not have a default method to visualize them or allow changing their properties at runtime.

Expand Down Expand Up @@ -38,7 +38,7 @@ New Subsystem Settings panel provides an easy way to interact with config proper

## Unreal Engine Versions

Plugin compatible with 4.25-4.27, 5.0-5.4, ue5-main and can be easily modified to work with other engine versions.
Plugin compatible with 4.25-4.27, 5.0+, ue5-main and can be easily modified to work with other engine versions.

## Contributing

Expand Down

0 comments on commit ffd5623

Please sign in to comment.