TArrayCollection

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayCollection.h

Include

#include "Chaos/ArrayCollection.h"

Syntax

class TArrayCollection

Variables

Name Description

Protected variable

uint32

 

MSize

Constructors

Name Description

Public function

TArrayCollection()

Public function

TArrayCollection

(
    const TArrayCollection& Other
)

Public function

TArrayCollection

(
    TArrayCollection&& Other
)

Destructors

Name Description

Public function Virtual

~TArrayCollection()

Functions

Name Description

Public function

int32

 

AddArray

(
    TArrayCollectionArrayBase* Arr...
)

Protected function

void

 

AddElementsHelper

(
    const int32 Num
)

Public function Const

uint64

 

ComputeColumnSize()

Protected function

void

 

MoveToOtherArrayCollection

(
    const int32 Index,
    TArrayCollection& Other
)

Public function

void

 

RemoveArray

(
    TArrayCollectionArrayBase* Arr...
)

Protected function

void

 

RemoveAtHelper

(
    const int32 Index,
    const int32 Count
)

Protected function

void

 

RemoveAtSwapHelper

(
    const int32 Index
)

Protected function

void

 

ResizeHelper

(
    const int32 Num
)

Public function Const

uint32

 

Size()

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