Update to .NET 8

This commit is contained in:
AeonLucid
2024-07-01 21:52:30 +02:00
parent 2cca797496
commit 3691d229d5
17 changed files with 54 additions and 47 deletions
@@ -7,6 +7,10 @@ namespace Prospect.Unreal.Net;
public ref struct FActorSpawnParameters
{
public FActorSpawnParameters()
{
}
/// <summary>
/// A name to assign as the Name of the Actor being spawned.
/// If no value is specified, the name of the spawned Actor will be automatically generated using the form [Class]_[Number].