End of gencpp experimentation. Parsed Scene and Actor component header + AttributeSet.h

This commit is contained in:
2024-04-16 05:02:58 -04:00
parent 9423cd0f0a
commit a366ab11f2
5 changed files with 499 additions and 236 deletions

View File

@ -143,7 +143,8 @@ public:
#pragma region UObject
void GetLifetimeReplicatedProps( TArray< FLifetimeProperty >& OutLifetimeProps ) const override;
void GetLifetimeReplicatedProps( TArray< FLifetimeProperty >& OutLifetimeProps ) const override = 0;
;
#pragma endregion UObject
};