More actor and UObject progress

This commit is contained in:
AeonLucid
2022-01-17 23:02:10 +01:00
parent fe97b7a145
commit 458bae0523
24 changed files with 421 additions and 18 deletions
@@ -0,0 +1,7 @@
namespace Prospect.Unreal.Core.Math;
public ref struct FTransform
{
public FVector Location { get; set; }
public FRotator Rotation { get; set; }
}