Array

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/FramePro/FramePro.h

Include

#include "FramePro/FramePro.h"

Syntax

template<typename T>
class Array

Constructors

Name Description

Public function

Array()

Destructors

Name Description

Public function

~Array()

Functions

Name Description

Public function

void

 

Add

(
    const T& value
)

Public function

void

 

Clear()

Public function

void

 

ClearNoFree()

Public function Const

bool

 

Contains

(
    const T& value
)

Public function Const

int

 

GetCount()

Public function

void

 

RemoveAt

(
    int index
)

Public function

T

 

RemoveLast()

Public function

void

 

Resize

(
    int count
)

Public function

void

 

SetAllocator

(
    Allocator* p_allocator
)

Operators

Name Description

Public function Const

const T &

 

operator[]

(
    int index
)

Public function

T &

 

operator[]

(
    int index
)

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