Algo::AllOf

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Algo::AllOf

(
    const RangeType& Range
)

Checks if every element in the range is truthy.

Public function

bool

 

Algo::AllOf

(
    const RangeType& Range,
    ProjectionType Projection
)

Checks if every 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