SAdvancedTransformInputBox

Generic Transform Slate control

Unreal Engine C++ API Reference > Developer > AnimationWidgets

Inheritance Hierarchy

References

   
Module AnimationWidgets
Header /Engine/Source/Developer/AnimationWidgets/Public/SAdvancedTransformInputBox.h
Include #include "SAdvancedTransformInputBox.h"

Syntax

template<typename TransformType, typename NumericType>  
class SAdvancedTransformInputBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)  

Remarks

Generic Transform Slate control

Functions

Type Name Description
void ApplyNumericValueChange ( TransformType& Transform, NumericType Value, ESlateTransformComponent::Type Comp..., ESlateRotationRepresentation::Type ..., ESlateTransformSubComponent::Type S... )  
void ConstrainScale ( int32 ComponentIndex, UE::Math::TVector< NumericType > Ol..., UE::Math::TVector< NumericType >& ..., TAttribute< bool > ConstrainCompone... )  
void Construct ( const FArguments& InArgs ) Construct this widget
IDetailGroup... ConstructDetailGroup ( IDetailCategoryBuilder& InBuilder, FName GroupName, const FText& LocalizedDisplayName )  
IDetailGroup... ConstructDetailGroup ( IDetailChildrenBuilder& InBuilder, FName GroupName, const FText& LocalizedDisplayName )  
FDetailWidge... ConstructGroupedTransformRows ( BuilderType& InBuilder, const FText& InLabel, const FText& InTooltip, typename SAdvancedTransformInputBox..., TSharedPtr< SWidget > NameContent )  
TSharedRef< ... ConstructLabel ( const FArguments& InArgs, ESlateTransformComponent::Type InCo... ) Constructs a label widget
TSharedRef< ... ConstructRelativeWorldWidget ( const FArguments& InArgs, ESlateTransformComponent::Type InCo... ) Constructs a relative / world switcher button
TSharedRef< ... ConstructScaleLockWidget ( const FArguments& InArgs, ESlateTransformComponent::Type InCo... ) Constructs a relative / world switcher button
TSharedRef< ... ConstructWidget ( const FArguments& InArgs, ESlateTransformComponent::Type InCo... ) Construct an input widget
TOptional< N... GetNumericValueFromTransform ( const TransformType& Transform, ESlateTransformComponent::Type Comp..., ESlateRotationRepresentation::Type ..., ESlateTransformSubComponent::Type S... )  
const FSlate... GetRelativeWorldIcon ( bool bRelative ) Gather the icon for relative world
const TArray... GetRotationRepresentationLabels ()  
const FSlate... GetScaleLockIcon ( bool bIsLocked ) Gather the icon for scale locked / unlocked

Classes

Type Name Description
Public struct FArguments  

Typedefs

Name Description
FDiffersFromDefault Delegate to determine if the row or the whole transform (type == max) differs from its default
FOnBeginSliderMovement Notification for begin slider movement
FOnCopyToClipboard Delegate to fire when a row or the whole transform (type == max) is being copied to the clipboard
FOnEndSliderMovement Notification for end slider movement
FOnGetIsComponentRelative Delegate to retrieve relative / world state
FOnGetNumericValue Delegate to retrieve a numerictype value
FOnGetToggleChecked Delegate to retrieve toggle checkstate
FOnIsComponentRelativeChanged Notification for a relative / world state change
FOnNumericValueChanged Notification for numerictype value change
FOnNumericValueCommitted Notification for numerictype value committed
FOnPasteFromClipboard Delegate to fire when a row or the whole transform (type == max) is being pasted into from the clipboard
FOnResetToDefault Delegate to fire when a row or the whole transform (type == max) needs to be reset to its default
FOnRotationRepresentationChanged Notification for the rotation representation change
FOnScaleLockChanged Notification for the scale lock change
FOnToggleChanged Notification for toggle checkstate change
FOnTransformChanged Delegate for notification for a transform value change
FOnTransformCommitted Delegate for notification for a transform value commit
SNumericVectorInputBox3  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library