8#include "PanelSlot.generated.h"
11UCLASS(BlueprintType, MinimalAPI)
28 UMG_API bool IsDesignTime()
const;
43 Super::PostEditChangeProperty(PropertyChangedEvent);
45 SynchronizeProperties();
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 UFUNCTION(...)
Definition ObjectMacros.h:745
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition PanelSlot.h:13
bool IsDesignTime() const
Definition PanelSlot.h:30
virtual void SynchronizeProperties()
Definition PanelSlot.h:36
Definition UnrealType.h:6865
Definition ObjectPtr.h:488
Definition Optional.h:131