Navigation
Unreal Engine C++ API Reference > Plugins > ControlRigEditor > Tools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UThumbnailRenderer
- UDefaultSizedThumbnailRenderer
- UControlRigPoseThumbnailRenderer
References
Module | ControlRigEditor |
Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigPoseThumbnailRenderer.h |
Include | #include "Tools/ControlRigPoseThumbnailRenderer.h" |
Syntax
UCLASS&40;Config&61;Editor, MinimalAPI&41;
class UControlRigPoseThumbnailRenderer : public UDefaultSizedThumbnailRenderer
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UControlRigPoseAsset * | ControlRigPoseAsset |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UControlRigPoseThumbnailRenderer
(
const FObjectInitializer& ObjectInitializer |
Overridden from UThumbnailRenderer
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CanVisualizeAsset
(
UObject* Object |
Begin UThumbnailRenderer Object. |
![]() ![]() |
void | Draw
(
UObject* Object, |
Draws a thumbnail for the object that was specified. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | BeginDestroy () |
UObject Implementation. |