22template<
typename NumericType>
26 static constexpr int32 ComponentNum = 3;
184 .AllowSpin(InArgs._AllowSpin)
185 .Delta(InArgs._SpinDelta)
186 .LinearDeltaSensitivity(InArgs._LinearDeltaSensitivity)
187 .MinValue(InArgs._MinSliderValue)
188 .MaxValue(InArgs._MaxSliderValue)
189 .MinSliderValue(InArgs._MinSliderValue)
190 .MaxSliderValue(InArgs._MaxSliderValue)
203 .UndeterminedString(
NSLOCTEXT(
"SRotatorInputBox",
"MultipleValues",
"Multiple Values") )
220 .AllowSpin(InArgs._AllowSpin)
221 .Delta(InArgs._SpinDelta)
222 .LinearDeltaSensitivity(InArgs._LinearDeltaSensitivity)
223 .MinValue(InArgs._MinSliderValue)
224 .MaxValue(InArgs._MaxSliderValue)
225 .MinSliderValue(InArgs._MinSliderValue)
226 .MaxSliderValue(InArgs._MaxSliderValue)
239 .UndeterminedString(
NSLOCTEXT(
"SRotatorInputBox",
"MultipleValues",
"Multiple Values") )
256 .AllowSpin(InArgs._AllowSpin)
257 .Delta(InArgs._SpinDelta)
258 .LinearDeltaSensitivity(InArgs._LinearDeltaSensitivity)
259 .MinValue(InArgs._MinSliderValue)
260 .MaxValue(InArgs._MaxSliderValue)
261 .MinSliderValue(InArgs._MinSliderValue)
262 .MaxSliderValue(InArgs._MaxSliderValue)
275 .UndeterminedString(
NSLOCTEXT(
"SRotatorInputBox",
"MultipleValues",
"Multiple Values") )
300 &ThisClass::ConstructRoll,
301 &ThisClass::ConstructPitch,
302 &ThisClass::ConstructYaw
310 const auto& Swizzle = InArgs._Swizzle;
319 HorizontalBox->AddSlot()
334 template<
typename EventType,
typename...
ArgsType>
341 return EventType::CreateLambda(
344 OnSliderMovement.ExecuteIfBound(Args...);
345 OnComponentSliderMovement.ExecuteIfBound(Args...);
#define ensureMsgf( InExpression, InFormat,...)
Definition AssertionMacros.h:465
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SNew(WidgetType,...)
Definition DeclarativeSyntaxSupport.h:37
#define SLATE_ATTRIBUTE(AttrType, AttrName)
Definition DeclarativeSyntaxSupport.h:192
#define SLATE_EVENT(DelegateName, EventName)
Definition DeclarativeSyntaxSupport.h:458
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
return true
Definition ExternalRpcRegistry.cpp:601
#define NSLOCTEXT(InNamespace, InKey, InTextLiteral)
Definition Internationalization.h:300
ECheckBoxState
Definition SlateTypes.h:65
Definition ArrangedChildren.h:15
static CORE_API FText FromString(const ANSICHAR *String)
Definition Text.cpp:1081
Definition SBoxPanel.h:171
Definition SNumericEntryBox.h:37
static TSharedRef< SWidget > BuildNarrowColorLabel(FLinearColor LabelColor)
Definition SNumericEntryBox.h:458
Definition Attribute.h:17
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition StaticArray.h:26
BuilderType & Append(const OtherCharType *const String, const int32 Length)
Definition StringBuilder.h:238
Definition StringBuilder.h:509
Definition AxisDisplayInfo.h:12
CORE_API FLinearColor GetAxisColor(EAxisList::Type Axis)
Definition AxisDisplayInfo.cpp:96
Type
Definition SlateEnums.h:291
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
void OnValueChanged(FPropertyPath &Path, INotifyHook *NotifyHook, TPred Pred)
Definition SNumericPropertyValue.cpp:126
@ false
Definition radaudio_common.h:23
Definition SlateFontInfo.h:147
Definition NumericTypeInterface.h:21
Definition Optional.h:131