Algo::NoneOf

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Algo::NoneOf

(
    const RangeType& Range
)

Checks if no element in the range is truthy.

Public function

bool

 

Algo::NoneOf

(
    const RangeType& Range,
    ProjectionType Projection
)

Checks if no projection of the elements in the range is truthy.

Public function

bool

 

Algo::NoneOf

(
    const RangeType& Range,
    ProjectionType Projection,
    ENoRef NoRef
)

Checks if no projection of the elements in the range is truthy.

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