Navigation
API > API/Plugins > API/Plugins/OpenXRAR
References
| Module | OpenXRAR |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRAR/Public/IOpenXRARTrackedGeometryHolder.h |
| Include | #include "IOpenXRARTrackedGeometryHolder.h" |
Syntax
class IOpenXRARTrackedMeshHolder
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOpenXRMeshUpdate * | AllocateMeshUpdate
(
FGuid InGuidMeshUpdate |
||
| FOpenXRPlaneUpdate * | AllocatePlaneUpdate
(
FGuid InGuidPlaneUpdate |
||
| void | |||
| void |
ObjectUpdated
(
TSharedPtr< struct FOpenXRARTrackedGeometryData > |
||
| void | RemoveMesh
(
FGuid InGuidMeshUpdate |
||
| void | RemovePlane
(
FGuid InGuidPlaneUpdate |
||
| void |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
ObjectUpdated
(
FOpenXRARTrackedGeometryData* InUpdate |
Use overload with SharedPtr instead. |