Struct ThumbnailRenderingInfo
Holds the settings for a class that needs a thumbnail renderer.
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.UnrealEd
Assembly: UE4DotNet.dll
Syntax
public struct ThumbnailRenderingInfo
Remarks
Each entry maps to a corresponding class and holds the information needed to render the thumbnail, including which object to render via and its border color.
Properties
| Improve this Doc View SourceClassNeedingThumbnail
This is the class that this entry is for, i.
Declaration
public SubclassOf<UObject> ClassNeedingThumbnail { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<UObject> |
Remarks
e. the class that will be rendered in the thumbnail views
Renderer
The instance of the renderer class
Declaration
public ThumbnailRenderer Renderer { get; set; }
Property Value
Type | Description |
---|---|
ThumbnailRenderer |