Algo::ENoRef

A special enum indicating that reference should NOT be used when iterating a container.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Algo/Common.h

Include

#include "Algo/Common.h"

Syntax

namespace Algo
{
    enum ENoRef
    {
        NoRef,
    }
}

Values

Name

Description

NoRef

Remarks

A special enum indicating that reference should NOT be used when iterating a container.

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