Navigation
API > API/Plugins > API/Plugins/MetaHumanImageViewerEditor
| Name | SABImage |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Public/SABImage.h |
| Include Path | #include "SABImage.h" |
Syntax
class SABImage :
public SMetaHumanImageViewer ,
public FGCObject
Inheritance Hierarchy
- FGCObject → SABImage
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → SImage → SMetaHumanImageViewer → SABImage
- FSlateControlledConstruction → SWidget → SLeafWidget → SImage → SMetaHumanImageViewer → SABImage
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnInvalidate | TMulticastDelegate_NoParams< void > | SABImage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | SABImage.h | ||
| AlphaLineLength | const float | SABImage.h | ||
| Angle | float | SABImage.h | ||
| AngleOffset | float | SABImage.h | ||
| bAlphaHighlighted | bool | SABImage.h | ||
| bAlphaMove | bool | SABImage.h | ||
| bAngleHighlighted | bool | SABImage.h | ||
| bAngleMove | bool | SABImage.h | ||
| bOriginHighlighted | bool | SABImage.h | ||
| bOriginMove | bool | SABImage.h | ||
| Brush | FSlateBrush | SABImage.h | ||
| HighlightedColour | const FLinearColor | SABImage.h | ||
| LabelOffset | const float | SABImage.h | ||
| LineThickness | const float | SABImage.h | ||
| MaterialInstance | TObjectPtr< UMaterialInstanceDynamic > | SABImage.h | ||
| MouseSideOrig | EABImageMouseSide | SABImage.h | ||
| NavigationMode | EABImageNavigationMode | SABImage.h | ||
| NormalColour | const FLinearColor | SABImage.h | ||
| OnInvalidateDelegate | FOnInvalidate | SABImage.h | ||
| Origin | FVector2f | SABImage.h | ||
| OriginOffset | FVector2f | SABImage.h | ||
| OriginSize | const float | SABImage.h | ||
| PickSensitivity | const float | SABImage.h | ||
| RenderTarget | TMap< EABImageViewMode, TObjectPtr< UTextureRenderTarget2D > > | SABImage.h | ||
| ViewMode | EABImageViewMode | SABImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AdjustZoomForFootageInDualView
(
double InFootageAspect |
SABImage.h | ||
TArray< EABImageViewMode > AllViewModes() |
SABImage.h | ||
EABImageNavigationMode GetNavigationMode() |
SABImage.h | ||
UTextureRenderTarget2D * GetRenderTarget
(
EABImageViewMode InMode |
SABImage.h | ||
EABImageViewMode GetViewMode() |
SABImage.h | ||
bool IsMultiView() |
SABImage.h | ||
bool IsSingleView() |
SABImage.h | ||
bool IsTextureView() |
SABImage.h | ||
FOnInvalidate & OnInvalidate() |
SABImage.h | ||
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry& InGeometry, |
SABImage.h | ||
void ResetABWipePostion() |
Reset the position of wipe mode to default | SABImage.h | |
void SetNavigationMode
(
EABImageNavigationMode InNavigationMode |
SABImage.h | ||
| SABImage.h | |||
void Setup
(
bool bInManageTextures |
SABImage.h | ||
void SetViewMode
(
EABImageViewMode InViewMode |
SABImage.h | ||
TArray< EABImageViewMode > SingleViewModes() |
SABImage.h |
Overridden from SMetaHumanImageViewer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDown
(
const FGeometry& InGeometry, |
SABImage.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& InGeometry, |
SABImage.h | ||
virtual FReply OnMouseMove
(
const FGeometry& InGeometry, |
SABImage.h | ||
virtual FReply OnMouseWheel
(
const FGeometry& InGeometry, |
SABImage.h | ||
virtual int32 OnPaint
(
const FPaintArgs& InArgs, |
SABImage.h |
Overridden from FGCObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& |
SABImage.h | ||
virtual FString GetReferencerName() |
SABImage.h |
Protected
Overridden from SMetaHumanImageViewer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GeometryChanged() |
SABImage.h |