Was able to parse UObject with gencpp!!!

This commit is contained in:
2024-04-14 21:51:14 -04:00
parent 7b9e277bc1
commit 48d21ddd15
25 changed files with 855 additions and 422 deletions

View File

@ -3,7 +3,6 @@
#include "Camera/CameraComponent.h"
#include "GameFramework/SpringArmComponent.h"
ACameraMount::ACameraMount()
{
PrimaryActorTick.bCanEverTick = true;

View File

@ -22,4 +22,3 @@ public:
void PostInitializeComponents() override;
#pragma endregion Actor
};