Navigation
API > API/Runtime > API/Runtime/Core
A special enum indicating that reference should NOT be used when iterating a container.
| Name | Algo::ENoRef |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Algo/Common.h |
| Include Path | #include "Algo/Common.h" |
Syntax
namespace Algo
{
enum ENoRef
{
NoRef,
}
}
Values
| Name | Remarks |
|---|---|
| NoRef |