Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
namespace EFieldIteratorFlags
{
enum InterfaceClassFlags
{
ExcludeInterfaces = (uint8)EFieldIterationFlags::None,
IncludeInterfaces = (uint8)EFieldIterationFlags::IncludeInterfaces,
}
}
Values
| Name | Description |
|---|---|
| ExcludeInterfaces | |
| IncludeInterfaces |
Remarks
Old-style TFieldIterator construction flags