Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
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.