Class WorldThumbnailRenderer
World Thumbnail Renderer
Inheritance
System.Object
WorldThumbnailRenderer
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.UnrealEd
Assembly: UE4DotNet.dll
Syntax
public class WorldThumbnailRenderer : DefaultSizedThumbnailRenderer
Properties
| Improve this Doc View SourcebAllowWorldThumbnails
Declaration
public bool bAllowWorldThumbnails { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bUseUnlitScene
Declaration
public bool bUseUnlitScene { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static WorldThumbnailRenderer DefaultObject { get; }
Property Value
Type | Description |
---|---|
WorldThumbnailRenderer |
GlobalOrbitPitchOffset
Offset used to orient all worlds to show a more vertical camera, if necessary. Individual thumbnail infos can provide additional offset.
Declaration
public float GlobalOrbitPitchOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
GlobalOrbitYawOffset
Offset used to orient all worlds to face the camera in degrees when using a perspective camera. Individual thumbnail infos can provide additional offset.
Declaration
public float GlobalOrbitYawOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
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 WorldThumbnailRenderer New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
WorldThumbnailRenderer |
Operators
| Improve this Doc View SourceImplicit(IntPtr to WorldThumbnailRenderer)
Convert from IntPtr to UObject
Declaration
public static implicit operator WorldThumbnailRenderer(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
WorldThumbnailRenderer |