Eight subject handles as a cache-friendly struct.
More...
#include <SubjectHandles8.h>
Eight subject handles as a cache-friendly struct.
- Note
- Only valid subject handles can be added, but if the subject becomes invalid during the runtime it will still be present in the array.
◆ Add()
Add a new subject handle.
Only valid subjects are added.
◆ AddUnique()
int32 FSubjectHandles8::AddUnique |
( |
const FSubjectHandle & |
SubjectHandle | ) |
|
|
inline |
Add a unique subject handle.
Only valid subjects are added.
◆ At() [1/2]
Get a subject handle by its index.
◆ At() [2/2]
const FSubjectHandle & FSubjectHandles8::At |
( |
const int32 |
Index | ) |
const |
|
inline |
Get a subject handle by its index.
Constant version.
◆ CleanUp()
void FSubjectHandles8::CleanUp |
( |
| ) |
|
|
inline |
Remove all invalid subject handles (if any).
◆ Empty()
void FSubjectHandles8::Empty |
( |
| ) |
|
|
inline |
◆ Num()
int32 FSubjectHandles8::Num |
( |
| ) |
const |
|
inline |
Get the number of elements in the list.
◆ operator[]() [1/2]
Get a subject handle by its index.
◆ operator[]() [2/2]
const FSubjectHandle & FSubjectHandles8::operator[] |
( |
const int32 |
Index | ) |
const |
|
inline |
Get a subject handle by its index.
Constant version.
◆ Remove()
The documentation for this struct was generated from the following file: