void | Initialize ( ) |
void | Teardown ( ) |
static FOculusXRAnchors * | GetInstance ( ) |
static bool | CreateSpatialAnchor ( const FTransform & InTransform, AActor * TargetActor, const FOculusXRSpatialAnchorCreateDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | EraseAnchor ( UOculusXRAnchorComponent * Anchor, const FOculusXRAnchorEraseDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | |
static bool | SetAnchorComponentStatus ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceComponentType SpaceComponentType, bool Enable, float Timeout, const FOculusXRAnchorSetComponentStatusDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetAnchorComponentStatus ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceComponentType SpaceComponentType, bool & OutEnabled, bool & OutChangePending, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetAnchorSupportedComponents ( UOculusXRAnchorComponent * Anchor, TArray< EOculusXRSpaceComponentType > & OutSupportedComponents, EOculusXRAnchorResult::Type & OutResult ) |
static bool | SetComponentStatus ( uint64 Space, EOculusXRSpaceComponentType SpaceComponentType, bool Enable, float Timeout, const FOculusXRAnchorSetComponentStatusDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetComponentStatus ( uint64 AnchorHandle, EOculusXRSpaceComponentType SpaceComponentType, bool & OutEnabled, bool & OutChangePending, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSupportedComponents ( uint64 AnchorHandle, TArray< EOculusXRSpaceComponentType > & OutSupportedComponents, EOculusXRAnchorResult::Type & OutResult ) |
static bool | SaveAnchor ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceStorageLocation StorageLocation, const FOculusXRAnchorSaveDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | SaveAnchorList ( const TArray< UOculusXRAnchorComponent *> & Anchors, EOculusXRSpaceStorageLocation StorageLocation, const FOculusXRAnchorSaveListDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | QueryAnchors ( const TArray< FOculusXRUUID > & AnchorUUIDs, EOculusXRSpaceStorageLocation Location, const FOculusXRAnchorQueryDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | QueryAnchorsAdvanced ( const FOculusXRSpaceQueryInfo & QueryInfo, const FOculusXRAnchorQueryDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | ShareAnchors ( const TArray< UOculusXRAnchorComponent *> & Anchors, const TArray< uint64 > & OculusUserIDs, const FOculusXRAnchorShareDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSpaceContainerUUIDs ( uint64 Space, TArray< FOculusXRUUID > & OutUUIDs, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSpaceScenePlane ( uint64 Space, FVector & OutPos, FVector & OutSize, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSpaceSceneVolume ( uint64 Space, FVector & OutPos, FVector & OutSize, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSpaceSemanticClassification ( uint64 Space, TArray< FString > & OutSemanticClassifications, EOculusXRAnchorResult::Type & OutResult ) |
static bool | GetSpaceBoundary2D ( uint64 Space, TArray< FVector2f > & OutVertices, EOculusXRAnchorResult::Type & OutResult ) |
| void OculusXRAnchors::FOculusXRAnchors::Initialize ( ) |
|---|
No description available.
|
| void OculusXRAnchors::FOculusXRAnchors::Teardown ( ) |
|---|
No description available.
|
| static FOculusXRAnchors* OculusXRAnchors::FOculusXRAnchors::GetInstance ( ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::CreateSpatialAnchor ( const FTransform & InTransform, AActor * TargetActor, const FOculusXRSpatialAnchorCreateDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::EraseAnchor ( UOculusXRAnchorComponent * Anchor, const FOculusXRAnchorEraseDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::DestroyAnchor ( uint64 AnchorHandle, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::SetAnchorComponentStatus ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceComponentType SpaceComponentType, bool Enable, float Timeout, const FOculusXRAnchorSetComponentStatusDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetAnchorComponentStatus ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceComponentType SpaceComponentType, bool & OutEnabled, bool & OutChangePending, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetAnchorSupportedComponents ( UOculusXRAnchorComponent * Anchor, TArray< EOculusXRSpaceComponentType > & OutSupportedComponents, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::SetComponentStatus ( uint64 Space, EOculusXRSpaceComponentType SpaceComponentType, bool Enable, float Timeout, const FOculusXRAnchorSetComponentStatusDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetComponentStatus ( uint64 AnchorHandle, EOculusXRSpaceComponentType SpaceComponentType, bool & OutEnabled, bool & OutChangePending, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSupportedComponents ( uint64 AnchorHandle, TArray< EOculusXRSpaceComponentType > & OutSupportedComponents, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::SaveAnchor ( UOculusXRAnchorComponent * Anchor, EOculusXRSpaceStorageLocation StorageLocation, const FOculusXRAnchorSaveDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::SaveAnchorList ( const TArray< UOculusXRAnchorComponent *> & Anchors, EOculusXRSpaceStorageLocation StorageLocation, const FOculusXRAnchorSaveListDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::QueryAnchors ( const TArray< FOculusXRUUID > & AnchorUUIDs, EOculusXRSpaceStorageLocation Location, const FOculusXRAnchorQueryDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::QueryAnchorsAdvanced ( const FOculusXRSpaceQueryInfo & QueryInfo, const FOculusXRAnchorQueryDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::ShareAnchors ( const TArray< UOculusXRAnchorComponent *> & Anchors, const TArray< uint64 > & OculusUserIDs, const FOculusXRAnchorShareDelegate & ResultCallback, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSpaceContainerUUIDs ( uint64 Space, TArray< FOculusXRUUID > & OutUUIDs, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSpaceScenePlane ( uint64 Space, FVector & OutPos, FVector & OutSize, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSpaceSceneVolume ( uint64 Space, FVector & OutPos, FVector & OutSize, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSpaceSemanticClassification ( uint64 Space, TArray< FString > & OutSemanticClassifications, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|
| static bool OculusXRAnchors::FOculusXRAnchors::GetSpaceBoundary2D ( uint64 Space, TArray< FVector2f > & OutVertices, EOculusXRAnchorResult::Type & OutResult ) |
|---|
No description available.
|