Navigation
API > API/Editor > API/Editor/UnrealEd
Thumbnail information for assets that need a scene
| Name | USceneThumbnailInfo |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfo.h |
| Include Path | #include "ThumbnailRendering/SceneThumbnailInfo.h" |
Syntax
UCLASS (MinimalAPI)
class USceneThumbnailInfo : public UThumbnailInfo
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UThumbnailInfo → USceneThumbnailInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USceneThumbnailInfo
(
const FObjectInitializer& ObjectInitializer |
ThumbnailRendering/SceneThumbnailInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OrbitPitch | float | The pitch of the orbit camera around the asset | ThumbnailRendering/SceneThumbnailInfo.h |
|
| OrbitYaw | float | The yaw of the orbit camera around the asset | ThumbnailRendering/SceneThumbnailInfo.h |
|
| OrbitZoom | float | The offset from the bounds sphere distance from the asset | ThumbnailRendering/SceneThumbnailInfo.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DiffersFromDefault() |
ThumbnailRendering/SceneThumbnailInfo.h | ||
virtual void ResetToDefault() |
ThumbnailRendering/SceneThumbnailInfo.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
UObject interface | ThumbnailRendering/SceneThumbnailInfo.h |