Skip to content

Commit

Permalink
Add Actors TArray to ULevelBase
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCxyrtyx committed Sep 6, 2022
1 parent a92e6c8 commit 2c56995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LE2-SDK/SDK_HEADERS/Engine_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -9689,7 +9689,8 @@ class UKMeshProps : public UObject
class ULevelBase : public UObject
{
public:
unsigned char UnknownData00[ 0x70 ]; // 0x0060 (0x0070) MISSED OFFSET
struct TArray<AActor*> Actors; // 0x0060 (0x0010) [0x0000000000400000] ( CPF_NeedCtorLink )
unsigned char UnknownData00[0x60]; // 0x0070 (0x0060) MISSED OFFSET

private:
static UClass* pClassPointer;
Expand Down
2 changes: 1 addition & 1 deletion LE2-SDK/SdkHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct FName
return false;
}

char* Instanced()
char* Instanced() const
{
if (Number > 0)
{
Expand Down

0 comments on commit 2c56995

Please sign in to comment.