Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| |
|
| Module |
AugmentedReality |
| Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include |
#include "ARComponent.h" |
Syntax
enum EPlaneComponentDebugMode
{
None = 0,
ShowNetworkRole = 1,
ShowClassification = 2,
}
Values
| Name |
Description |
| 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 |