Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UStackBox
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/StackBox.h |
| Include | #include "Components/StackBox.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/StackBox.cpp |
UFUNCTION (BlueprintCallable, Category="Panel")
bool ReplaceStackBoxChildAt
(
int32 Index,
UWidget * Content
)
Remarks
Replace the widget at the given index it with a different widget.