Skip to content

Commit

Permalink
SDK: UPrimitiveComponent stub
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 30, 2023
1 parent 7d37299 commit 84ceaba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/sdk/USceneComponent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ class USceneComponent : public UActorComponent {
bool attach_to(USceneComponent* parent, const std::wstring& socket_name = L"None", uint8_t attach_type = 0, bool weld = true);
void set_hidden_in_game(bool hidden, bool propagate_to_children = true);
};

class UPrimitiveComponent : public USceneComponent {
// todo, move to other file, etc blah blah whocares
};
}

0 comments on commit 84ceaba

Please sign in to comment.