Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyVisitorContext
| Name | EScope |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include Path | #include "UObject/PropertyVisitor.h" |
Syntax
enum EScope
{
All,
ObjectRefs,
}
Values
| Name | Remarks |
|---|---|
| All | Visits all the properties (default) |
| ObjectRefs | Visits only the object reference properties. |