Class AsyncTask_LoadXRDeviceVisComponent
Async Task Load XRDevice Vis Component
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.HeadMountedDisplay
Assembly: UE4DotNet.dll
Syntax
public class AsyncTask_LoadXRDeviceVisComponent : BlueprintAsyncActionBase
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static AsyncTask_LoadXRDeviceVisComponent DefaultObject { get; }
Property Value
Type | Description |
---|---|
AsyncTask_LoadXRDeviceVisComponent |
SpawnedComponent
Spawned Component
Declaration
public PrimitiveComponent SpawnedComponent { get; set; }
Property Value
Type | Description |
---|---|
PrimitiveComponent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceAddDeviceVisualizationComponentAsync(Actor, XRDeviceId, Boolean, Transform)
Add Device Visualization Component Async
Declaration
public static (PrimitiveComponent, AsyncTask_LoadXRDeviceVisComponent) AddDeviceVisualizationComponentAsync(Actor Target, XRDeviceId XRDeviceId, bool bManualAttachment, Transform RelativeTransform)
Parameters
Type | Name | Description |
---|---|---|
Actor | Target | |
XRDeviceId | XRDeviceId | |
System.Boolean | bManualAttachment | |
Transform | RelativeTransform |
Returns
Type | Description |
---|---|
System.ValueTuple<PrimitiveComponent, AsyncTask_LoadXRDeviceVisComponent> |
AddNamedDeviceVisualizationComponentAsync(Actor, Name, Name, Boolean, Transform)
Add Named Device Visualization Component Async
Declaration
public static (XRDeviceId, PrimitiveComponent, AsyncTask_LoadXRDeviceVisComponent) AddNamedDeviceVisualizationComponentAsync(Actor Target, Name SystemName, Name DeviceName, bool bManualAttachment, Transform RelativeTransform)
Parameters
Type | Name | Description |
---|---|---|
Actor | Target | |
Name | SystemName | |
Name | DeviceName | |
System.Boolean | bManualAttachment | |
Transform | RelativeTransform |
Returns
Type | Description |
---|---|
System.ValueTuple<XRDeviceId, PrimitiveComponent, AsyncTask_LoadXRDeviceVisComponent> |
New(UObject, Name)
Spawn an object of this class
Declaration
public static AsyncTask_LoadXRDeviceVisComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
AsyncTask_LoadXRDeviceVisComponent |
Operators
| Improve this Doc View SourceImplicit(IntPtr to AsyncTask_LoadXRDeviceVisComponent)
Convert from IntPtr to UObject
Declaration
public static implicit operator AsyncTask_LoadXRDeviceVisComponent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
AsyncTask_LoadXRDeviceVisComponent |