Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FPreviewScene
- FTickableEditorObject
- FThumbnailPreviewScene
- FAnimationSequenceThumbnailScene
- FAnimBlueprintThumbnailScene
- FBlendSpaceThumbnailScene
- FClassActorThumbnailScene
- FBlueprintThumbnailScene
- FClassThumbnailScene
- FFleshAssetThumbnailScene
- FGeometryCollectionThumbnailScene
- FIKRetargeterThumbnailScene
- FMaterialThumbnailScene
- FParticleSystemThumbnailScene
- FPhysicsAssetThumbnailScene
- FSkeletalMeshThumbnailScene
- FStaticMeshThumbnailScene
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h |
| Include | #include "ThumbnailHelpers.h" |
Syntax
class FThumbnailPreviewScene :
public FPreviewScene,
public FTickableEditorObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSceneView * | CreateView
(
FSceneViewFamily* ViewFamily, |
Allocates then adds an FSceneView to the ViewFamily. | |
| float | GetBoundsZOffset
(
const FBoxSphereBounds& Bounds |
Helper function to get the bounds offset to display an asset | |
| TStatId | GetStatId () |
||
| ETickableTickType | |||
| void | |||
| void | GetViewMatrixParameters
(
const float InFOVDegrees, |
Gets parameters to create a view matrix to be used by CreateView(). | |
| void | Tick
(
float DeltaTime |
Begin FTickableEditorObject |