Skip to content

Commit

Permalink
Added array support for Take From Pool and Return To Pool functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed May 4, 2024
1 parent 584a35a commit 1af32ff
Show file tree
Hide file tree
Showing 17 changed files with 857 additions and 418 deletions.
Binary file modified Binaries/Win64/UnrealEditor-PoolManager.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-PoolManager.pdb
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-PoolManagerEditor.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-PoolManagerEditor.pdb
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
4 changes: 2 additions & 2 deletions Source/PoolManager/Private/Factories/PoolFactory_Actor.cpp
31 changes: 16 additions & 15 deletions Source/PoolManager/Private/Factories/PoolFactory_UObject.cpp
252 changes: 180 additions & 72 deletions Source/PoolManager/Private/PoolManagerSubsystem.cpp
96 changes: 93 additions & 3 deletions Source/PoolManager/Private/PoolManagerTypes.cpp
70 changes: 56 additions & 14 deletions Source/PoolManager/Public/PoolManagerSubsystem.h
65 changes: 55 additions & 10 deletions Source/PoolManager/Public/PoolManagerTypes.h
297 changes: 20 additions & 277 deletions Source/PoolManagerEditor/Private/K2Node_TakeFromPool.cpp
59 changes: 59 additions & 0 deletions Source/PoolManagerEditor/Private/K2Node_TakeFromPoolArray.cpp
282 changes: 282 additions & 0 deletions Source/PoolManagerEditor/Private/K2Node_TakeFromPoolBase.cpp
37 changes: 13 additions & 24 deletions Source/PoolManagerEditor/Public/K2Node_TakeFromPool.h
29 changes: 29 additions & 0 deletions Source/PoolManagerEditor/Public/K2Node_TakeFromPoolArray.h
49 changes: 49 additions & 0 deletions Source/PoolManagerEditor/Public/K2Node_TakeFromPoolBase.h

0 comments on commit 1af32ff

Please sign in to comment.