Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- AllocatorType::ForAnyElementType
- TScriptArray
- FScriptArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ScriptArray.h |
| Include | #include "Containers/ScriptArray.h" |
Syntax
class FScriptArray : public TScriptArray< FHeapAllocator >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScriptArray () |
|||
FScriptArray
(
const FScriptArray& |
End - intrusive TOptional |
||
FScriptArray
(
int32 InNum, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MoveAssign
(
FScriptArray& Other, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator=
(
const FScriptArray& |
Typedefs
| Name | Description |
|---|---|
| IntrusiveUnsetOptionalStateType | Start - intrusive TOptional |
| Super |