FScriptArray

Windows
MacOS
Linux

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

Name Description

Public function

FScriptArray()

Public function

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.

Protected function

FScriptArray

(
    int32 InNum,
    int32 NumBytesPerElement
)

Functions

Name Description

Public function

void

 

MoveAssign

(
    FScriptArray& Other,
    int32 NumBytesPerElement
)

Operators

Name Description

Public function

void

 

operator=

(
    const FScriptArray&
)

Typedefs

Name

Description

Super

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss