Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FramePro
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/FramePro/FramePro.h |
| Include | #include "FramePro/FramePro.h" |
Syntax
template<typename T>
class Array
Constructors
| Type | Name | Description | |
|---|---|---|---|
Array () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~Array () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Add
(
const T& value |
||
| void | Clear () |
||
| void | ClearNoFree () |
||
| bool | Contains
(
const T& value |
||
| int | GetCount () |
||
| void | RemoveAt
(
int index |
||
| T | RemoveLast () |
||
| bool | Resize
(
int count |
||
| void | SetAllocator
(
Allocator* p_allocator |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const T & | operator[]
(
int index |
||
| T & | operator[]
(
int index |