Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EPlaneComponentDebugMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
enum EPlaneComponentDebugMode
{
None = 0,
ShowNetworkRole = 1,
ShowClassification = 2,
}
Values
| Name | Remarks |
|---|---|
| None | The debug mode is disabled |
| ShowNetworkRole | Use different coloration to indicate if the plane belongs to the local or remote client |
| ShowClassification | Use different coloration to indicate the classification of this plane |