Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FThumbnailPreviewScene
| Name | FConstructionValues |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h |
| Include Path | #include "ThumbnailHelpers.h" |
Syntax
struct FConstructionValues
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstructionValues() |
ThumbnailHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateFloorPlane | uint32 | ThumbnailHelpers.h | ||
| bCreateSkySphere | uint32 | ThumbnailHelpers.h | ||
| bDefaultLightingThumbnailScene | uint32 | ThumbnailHelpers.h | ||
| bSetSkyCubeMap | uint32 | ThumbnailHelpers.h | ||
| LightBrightness2 | float | ThumbnailHelpers.h | ||
| LightBrightness3 | float | ThumbnailHelpers.h | ||
| LightRotation2 | FRotator | ThumbnailHelpers.h | ||
| LightRotation3 | FRotator | ThumbnailHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstructionValues & SetCreateFloorPlane
(
const bool bInValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetCreateSkySphere
(
const bool bInValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetDefaultLightingThumbnailScene
(
const bool bInValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetLightBrightness2
(
const float InValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetLightBrightness3
(
const float InValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetLightRotation2
(
const FRotator& InValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetLightRotation3
(
const FRotator& InValue |
ThumbnailHelpers.h | ||
FConstructionValues & SetSkyCubeMap
(
const bool bInValue |
ThumbnailHelpers.h |