TSet::Includes

Determine whether the specified set is entirely included within this set

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

bool Includes
(
    const TSet< ElementType, KeyFuncs, Allocator > & OtherSet
) const

Remarks

Determine whether the specified set is entirely included within this set

Returns

True if the other set is entirely included in this set, false if it is not

Parameters

Parameter

Description

OtherSet

Set to check

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