Navigation
API > API/Plugins > API/Plugins/XRBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UAsyncTask_LoadXRDeviceVisComponent
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRAssetFunctionLibrary.h |
| Include | #include "XRAssetFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UAsyncTask_LoadXRDeviceVisComponent : public UBlueprintAsyncActionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDeviceModelLoadedDelegate | OnLoadFailure | ||
| FDeviceModelLoadedDelegate | OnModelLoaded |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAsyncTask_LoadXRDeviceVisComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAsyncTask_LoadXRDeviceVisComponent * | AddDeviceVisualizationComponentAsync
(
AActor* Target, |
||
| UAsyncTask_LoadXRDeviceVisComponent * | AddNamedDeviceVisualizationComponentAsync
(
AActor* Target, |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ELoadStatus |