TSetElementBase

Windows
MacOS
Linux

Inheritance Hierarchy

TSetElementBase

TSetElement

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Set.h

Include

#include "Containers/Set.h"

Syntax

template<typename InElementType, bool bTypeLayout>
class TSetElementBase

Specializations

Variables

Name Description

Public variable

int32

 

HashIndex

The hash bucket that the element is currently linked to.

Public variable

FSetElementId

 

HashNextId

The id of the next element in the same hash bucket.

Public variable

ElementType

 

Value

The element's value.

Constructors

Name Description

Public function

TSetElementBase()

Public function

TSetElementBase

(
    InitType&& InValue
)

Initialization constructor.

Public function

TSetElementBase

(
    TSetElementBase&&
)

Public function

TSetElementBase

(
    const TSetElementBase&
)

Operators

Name Description

Public function

TSetElementB...

 

operator=

(
    TSetElementBase&&
)

Public function

TSetElementB...

 

operator=

(
    const TSetElementBase&
)

Typedefs

Name

Description

ElementType

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