TSetElementBase< InElementType, true >

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

template<typename InElementType>
class TSetElementBase< InElementType, true >

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.

Functions

Name Description

Public function Const

const FTypeL...

 

GetTypeLayout()

Public function Static

FTypeLayoutD...

 

StaticGetTypeLayout()

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&
)

Classes

Typedefs

Constants

Name

Description

CounterBase

InterfaceType

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