TSetElement

An element in the set.

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>
class TSetElement : public TSetElementBase< InElementType, THasTypeLayout< InElementType >::Value >

Remarks

An element in the set.

Constructors

Name Description

Public function

TSetElement()

Default constructor.

Public function

TSetElement

(
    InitType&& InValue
)

Initialization constructor.

Public function

TSetElement

(
    TSetElement&&
)

Public function

TSetElement

(
    const TSetElement&
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const TSetElement& Other
)

Public function

TSetElement ...

 

operator=

(
    TSetElement&&
)

Public function

TSetElement ...

 

operator=

(
    const TSetElement&
)

Public function Const

bool

 

operator==

(
    const TSetElement& Other
)

Comparison operators.

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