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