|
Apparatus
Version 1.0.0
ECS-like data-driven workflow for Unreal Engine.
|
The iterator for the belt. More...
#include <Belt.h>
Public Member Functions | |
| iterator & | operator++ () |
| Get the next iterator. More... | |
| iterator | operator++ (int) |
| Get the next iterator. More... | |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| FBeltSlot & | operator* () |
Friends | |
| class | UBelt |
The iterator for the belt.
|
inline |
|
inline |
|
inline |
Get the next iterator.
|
inline |
Get the next iterator.
|
inline |
|
friend |