UAsyncTask_LoadXRDeviceVisComponent

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UBlueprintAsyncActionBase

UAsyncTask_LoadXRDeviceVisComponent

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/XRAssetFunctionLibrary.h

Include

#include "XRAssetFunctionLibrary.h"

Syntax

class UAsyncTask_LoadXRDeviceVisComponent : public UBlueprintAsyncActionBase

Variables

Constructors

Name Description

Public function

UAsyncTask_LoadXRDeviceVisComponent

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static

UAsyncTask_L...

 

AddDeviceVisualizationComponentAsync

(
    AActor* Target,
    const FXRDeviceId& XRDeviceId,
    bool bManualAttachment,
    const FTransform& RelativeTransfor...,
    UPrimitiveComponent*& NewCompo...
)

Public function Static

UAsyncTask_L...

 

AddNamedDeviceVisualizationComponentAsync

(
    AActor* Target,
    const FName SystemName,
    const FName DeviceName,
    bool bManualAttachment,
    const FTransform& RelativeTransfor...,
    FXRDeviceId& XRDeviceId,
    UPrimitiveComponent*& NewCompo...
)

Overridden from UBlueprintAsyncActionBase

Name Description

Public function Virtual

void

 

Activate()

Called to trigger the action once the delegates have been bound

Enums

Name

Description

Private enum

ELoadStatus

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss