Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- 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& |
These should really be private, because they shouldn't be called, but there's a bunch of code that needs to be fixed first. | |
![]() |
FScriptArray
(
int32 InNum, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | MoveAssign
(
FScriptArray& Other, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void | operator=
(
const FScriptArray& |
Typedefs
Name | Description |
---|---|
Super |