Class PivotTransformGizmo
A transform gizmo on the pivot that allows you to interact with selected objects by moving, scaling and rotating.
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 PivotTransformGizmo : BaseTransformGizmo
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static PivotTransformGizmo DefaultObject { get; }
Property Value
Type | Description |
---|---|
PivotTransformGizmo |
LastDraggingHandle
Handle from previous tick that was dragged
Declaration
public ActorComponent LastDraggingHandle { get; set; }
Property Value
Type | Description |
---|---|
ActorComponent |
PlaneTranslationGizmoHandleGroup
Plane translation handle group component
Declaration
public PivotPlaneTranslationGizmoHandleGroup PlaneTranslationGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
PivotPlaneTranslationGizmoHandleGroup |
RotationGizmoHandleGroup
Rotation handle group component
Declaration
public PivotRotationGizmoHandleGroup RotationGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
PivotRotationGizmoHandleGroup |
ScaleGizmoHandleGroup
Scale handle group component
Declaration
public PivotScaleGizmoHandleGroup ScaleGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
PivotScaleGizmoHandleGroup |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
StretchGizmoHandleGroup
Stretch handle group component
Declaration
public StretchGizmoHandleGroup StretchGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
StretchGizmoHandleGroup |
TranslationGizmoHandleGroup
Translation handle group component
Declaration
public PivotTranslationGizmoHandleGroup TranslationGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
PivotTranslationGizmoHandleGroup |
UniformScaleGizmoHandleGroup
Uniform scale handle group component
Declaration
public UniformScaleGizmoHandleGroup UniformScaleGizmoHandleGroup { get; set; }
Property Value
Type | Description |
---|---|
UniformScaleGizmoHandleGroup |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PivotTransformGizmo New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PivotTransformGizmo |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PivotTransformGizmo)
Convert from IntPtr to UObject
Declaration
public static implicit operator PivotTransformGizmo(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PivotTransformGizmo |