24 template <
typename W
idgetT = UUserW
idget>
28 if (EntryClass && EntryClass->IsChildOf(WidgetT::StaticClass()) && IsEntryClassValid(EntryClass))
35 template <
typename W
idgetT = UUserW
idget>
62#if WITH_EDITORONLY_DATA
73 UMG_API virtual void SynchronizeProperties()
override;
77 UFUNCTION(BlueprintCallable, Category =
DynamicEntryBox, meta = (DisplayName =
"Create Entry", AllowPrivateAccess =
true))
92 friend class FDynamicEntryBoxDetails;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition DynamicEntryBoxBase.h:33
Definition DynamicEntryBox.h:18
WidgetT * CreateEntry(const TSubclassOf< WidgetT > &ExplicitEntryClass={})
Definition DynamicEntryBox.h:25
TSubclassOf< UUserWidget > GetEntryWidgetClass() const
Definition DynamicEntryBox.h:22
void Reset(TFunctionRef< void(WidgetT &)> ResetEntryFunc, bool bDeleteWidgets=false)
Definition DynamicEntryBox.h:36