Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FPreviewScene
- FTickableEditorObject
- FThumbnailPreviewScene
- FParticleSystemThumbnailScene
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h |
| Include | #include "ThumbnailHelpers.h" |
Syntax
class FParticleSystemThumbnailScene : public FThumbnailPreviewScene
Variables
| Type | Name | Description | |
|---|---|---|---|
| UParticleSystemComponent * | PartComponent | The particle system component used to display all particle system thumbnails | |
| FFXSystemInterface * | ThumbnailFXSystem | The FXSystem used to render all thumbnail particle systems |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor/Destructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetParticleSystem
(
UParticleSystem* ParticleSystem |
Sets the particle system to use in the next CreateView() |
Overridden from FThumbnailPreviewScene
| Type | Name | Description | |
|---|---|---|---|
| void | GetViewMatrixParameters
(
const float InFOVDegrees, |
FThumbnailPreviewScene implementation. |