Class PivotRotationGizmoHandleGroup
Axis Gizmo handle for rotation
Inheritance
System.Object
PivotRotationGizmoHandleGroup
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.ViewportInteraction
Assembly: UE4DotNet.dll
Syntax
public class PivotRotationGizmoHandleGroup : AxisGizmoHandleGroup
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static PivotRotationGizmoHandleGroup DefaultObject { get; }
Property Value
Type | Description |
---|---|
PivotRotationGizmoHandleGroup |
DeltaRotationIndicatorMeshComponent
The mesh that indicated the delta rotation
Declaration
public GizmoHandleMeshComponent DeltaRotationIndicatorMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
GizmoHandleMeshComponent |
FullRotationHandleMeshComponent
When dragging a rotation handle the full rotation circle appears
Declaration
public GizmoHandleMeshComponent FullRotationHandleMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
GizmoHandleMeshComponent |
RootDeltaRotationIndicatorComponent
The root component of the delta rotation indicator
Declaration
public SceneComponent RootDeltaRotationIndicatorComponent { get; set; }
Property Value
Type | Description |
---|---|
SceneComponent |
RootFullRotationHandleComponent
Root component of all the mesh components that are used to visualize the rotation when dragging
Declaration
public SceneComponent RootFullRotationHandleComponent { get; set; }
Property Value
Type | Description |
---|---|
SceneComponent |
RootStartRotationIdicatorComponent
The root component of the start rotation indicator
Declaration
public SceneComponent RootStartRotationIdicatorComponent { get; set; }
Property Value
Type | Description |
---|---|
SceneComponent |
StartRotationIndicatorMeshComponent
The mesh that indicated the start rotation
Declaration
public GizmoHandleMeshComponent StartRotationIndicatorMeshComponent { get; set; }
Property Value
Type | Description |
---|---|
GizmoHandleMeshComponent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PivotRotationGizmoHandleGroup New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PivotRotationGizmoHandleGroup |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PivotRotationGizmoHandleGroup)
Convert from IntPtr to UObject
Declaration
public static implicit operator PivotRotationGizmoHandleGroup(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PivotRotationGizmoHandleGroup |