Class SlateBlueprintLibrary
Inheritance
System.Object
SlateBlueprintLibrary
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)
Assembly: UE4DotNet.dll
Syntax
public class SlateBlueprintLibrary : BlueprintFunctionLibrary
Properties
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static SlateBlueprintLibrary DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
Methods
|
Improve this Doc
View Source
AbsoluteToLocal(Geometry, Vector2D)
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.
Declaration
public static Vector2D AbsoluteToLocal(Geometry Geometry, Vector2D AbsoluteCoordinate)
Parameters
Returns
|
Improve this Doc
View Source
AbsoluteToViewport(UObject, Vector2D)
Translates absolute coordinate in desktop space of the geometry provided into local viewport coordinates.
Declaration
public static (Vector2D, Vector2D) AbsoluteToViewport(UObject WorldContextObject, Vector2D AbsoluteDesktopCoordinate)
Parameters
Type |
Name |
Description |
UObject |
WorldContextObject |
|
Vector2D |
AbsoluteDesktopCoordinate |
|
Returns
|
Improve this Doc
View Source
EqualEqual_SlateBrush(SlateBrush, SlateBrush)
@return Whether brushes A and B are identical.
Declaration
public static bool EqualEqual_SlateBrush(SlateBrush A, SlateBrush B)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetAbsoluteSize(Geometry)
@return the size of the geometry in absolute space.
Declaration
public static Vector2D GetAbsoluteSize(Geometry Geometry)
Parameters
Returns
|
Improve this Doc
View Source
GetLocalSize(Geometry)
@return the size of the geometry in local space.
Declaration
public static Vector2D GetLocalSize(Geometry Geometry)
Parameters
Returns
|
Improve this Doc
View Source
IsUnderLocation(Geometry, Vector2D)
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.
Declaration
public static bool IsUnderLocation(Geometry Geometry, Vector2D AbsoluteCoordinate)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LocalToAbsolute(Geometry, Vector2D)
Translates local coordinates into absolute coordinates
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.
Declaration
public static Vector2D LocalToAbsolute(Geometry Geometry, Vector2D LocalCoordinate)
Parameters
Returns
|
Improve this Doc
View Source
LocalToViewport(UObject, Geometry, Vector2D)
Translates local coordinate of the geometry provided into local viewport coordinates.
Declaration
public static (Vector2D, Vector2D) LocalToViewport(UObject WorldContextObject, Geometry Geometry, Vector2D LocalCoordinate)
Parameters
Returns
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static SlateBlueprintLibrary New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to SlateBlueprintLibrary)
Convert from IntPtr to UObject
Declaration
public static implicit operator SlateBlueprintLibrary(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns