TManagedArray

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GeometryCollectionCore

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Public/GeometryCollection/ManagedArray.h

Include

#include "GeometryCollection/ManagedArray.h"

Syntax

template<class InElementType>
class TManagedArray : public TManagedArrayBase< InElementType >

Specializations

Constructors

Name Description

Public function

TManagedArray()

Public function

TManagedArray

(
    const TArray< InElementType >& Oth...
)

Public function

TManagedArray

(
    TManagedArray< InElementType >&& O...
)

Public function

TManagedArray

(
    TArray< InElementType >&& Other
)

Public function

TManagedArray

(
    const TManagedArray< InElementType ...
)

Destructors

Name Description

Public function Virtual

~TManagedArray()

Operators

Name Description

Public function

TManagedArra...

 

operator=

(
    TManagedArray< InElementType >&& O...
)

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