SharpScript is a new UE5 plugin that allows you to develop games in C#.
Stars
75
Forks
10
Watchers
75
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Add: Add subclassing support, allow user to defined unreal struct in C#.
720248bView on GitHubAdd: Add ObjectProperty and ClassProperty support to subclassing class.
4520bc3View on GitHubAdd: Add subclassing support, allow user to extend unreal class in C# by inheritance.
5b817e4View on GitHubMod: Preserve type name prefix (F/U/A/T) when export unreal types to C# types.
c32f5e9View on GitHubMod: Misc performance optimization, when calling "NewObject" without passing "cls" argument, use T::StaticClass instead of construct a new "SubclassOf" instance.
9131136View on GitHubAdd: Add support for "BlueprintGetter" and "BlueprintSetter".
ea5bfcaView on GitHubAdd: Support "ScriptOperator" metadata with value "neg", export as negate operator overload.
e1bcf6dView on GitHubAdd: Support "ScriptOperator" metadata with value "+-*/", export as numeric operator overloads.
7109414View on GitHub