Show / Hide Table of Contents

Class AsyncTask_LoadXRDeviceVisComponent

Async Task Load XRDevice Vis Component

Inheritance
System.Object
UObject
BlueprintAsyncActionBase
AsyncTask_LoadXRDeviceVisComponent
Inherited Members
BlueprintAsyncActionBase.Activate()
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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 Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static AsyncTask_LoadXRDeviceVisComponent DefaultObject { get; }
Property Value
Type Description
AsyncTask_LoadXRDeviceVisComponent
| Improve this Doc View Source

SpawnedComponent

Spawned Component

Declaration
public PrimitiveComponent SpawnedComponent { get; set; }
Property Value
Type Description
PrimitiveComponent
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

AddDeviceVisualizationComponentAsync(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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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 Source

Implicit(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX