Implement LockedWrapper.GetAnimationQueues

This commit is contained in:
2023-09-08 01:52:30 -04:00
parent ee0b37725e
commit d845eab6f5
4 changed files with 57 additions and 8 deletions

View File

@@ -16,8 +16,8 @@ struct INTEGRATION_API FTangibleManager
GENERATED_BODY()
public:
// Import these types into our Namespace.
using IdArray = LuprexCommonTypes::IdArray;
using IdView = LuprexCommonTypes::IdView;
using IdArray = CommonTypes::IdArray;
using IdView = CommonTypes::IdView;
// A pointer to the UWorld.
UWorld* World;