Show / Hide Table of Contents

Struct Geometry

Represents the position, size, and absolute position of a Widget in Slate.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public struct Geometry
Remarks

The absolute location of a geometry is usually screen space or window space depending on where the geometry originated. Geometries are usually paired with a SWidget pointer in order to provide information about a specific widget (see FArrangedWidget). A Geometry's parent is generally thought to be the Geometry of the the corresponding parent widget.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX