API reference
API reference
Select your platform
No SDKs available
No versions available

EMRUKComponentType Enum

This enum is used to specify the component type, scene anchors can either have plane or volume components associated with them or both.

Enumeration Constants

MemberValueDescription
None
0 UMETA(Hidden)
No component type.
Plane
1 << 0
Plane component type.
Volume
1 << 1
Volume component type.
Mesh
1 << 2
Mesh component type.
All
Plane | Volume | Mesh UMETA(Hidden)
All component types.