TSherwoodSet

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h

Include

#include "Experimental/Containers/SherwoodHashTable.h"

Syntax

template<typename KeyType, typename KeyFuncs>
struct TSherwoodSet

Functions

Name Description

Public function

void

 

Add

(
    KeyType Key,
    bool* bIsAlreadyInSetPtr
)

Public function

void

 

Empty()

Public function Const

const KeyTyp...

 

Find

(
    KeyType Key
)

Public function Const

int32

 

Num()

Public function

void

 

Reserve

(
    uint32 DesiredNumElements
)

Public function

void

 

Reset()

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