-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added array support for
Take From Pool
and Return To Pool
functions
- Loading branch information
Showing
17 changed files
with
857 additions
and
418 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
31 changes: 16 additions & 15 deletions
31
Source/PoolManager/Private/Factories/PoolFactory_UObject.cpp
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
297 changes: 20 additions & 277 deletions
297
Source/PoolManagerEditor/Private/K2Node_TakeFromPool.cpp
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
Source/PoolManagerEditor/Private/K2Node_TakeFromPoolArray.cpp
Oops, something went wrong.
282 changes: 282 additions & 0 deletions
282
Source/PoolManagerEditor/Private/K2Node_TakeFromPoolBase.cpp
Oops, something went wrong.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
Source/PoolManagerEditor/Public/K2Node_TakeFromPoolArray.h
Oops, something went wrong.
Oops, something went wrong.