9#include "PoseWatch.generated.h"
114#if WITH_EDITORONLY_DATA
123 bool bIsVisible =
false;
126 bool bIsExpanded =
true;
203#if WITH_EDITORONLY_DATA
208 bool bIsVisible =
true;
245#if WITH_EDITORONLY_DATA
251 UPROPERTY(EditAnywhere, Category =
Default, meta = (EditCondition =
"ViewportMask != nullptr"))
255 UPROPERTY(EditAnywhere, Category =
Default, meta = (ClampMin = 0.f, ClampMax = 1.f, EditCondition =
"ViewportMask != nullptr"))
291 UE_DEPRECATED(5.1,
"Node watches no longer have colors, use the color of its elements instead.")
324 UE_DEPRECATED(5.1,
"Node watches no longer have colors, use the color of its elements instead.")
396#if WITH_EDITORONLY_DATA
421 bool bIsVisible =
true;
428 bool bIsExpanded =
true;
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Archive.h:1208
Definition NameTypes.h:617
Definition UObjectGlobals.h:1292
Definition AnimBlueprint.h:82
Definition BlendProfile.h:132
Definition PoseWatch.h:133
Definition PoseWatch.h:33
Definition PoseWatch.h:230
Definition PoseWatch.h:267
Definition PoseWatch.h:17
FColor ChoosePoseWatchColor()
TSet< UPoseWatchFolder * > GetChildrenPoseWatchFoldersOf(const UPoseWatchFolder *Folder, const UAnimBlueprint *AnimBlueprint)
TSet< UPoseWatch * > GetChildrenPoseWatchOf(const UPoseWatchFolder *Folder, const UAnimBlueprint *AnimBlueprint)
FText FindUniqueNameInParent(TParent *InParent, const TItem *InItem)
static CORE_API FColor MakeRandomColor()
Definition Color.cpp:499
Definition BonePose.h:356
Definition SlateIcon.h:13
Definition ElementType.h:30
Definition ObjectPtr.h:488
Definition WeakObjectPtrTemplates.h:25