Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components > UProgressBar
- UWidget::OnCreationFromPalette()
- UProgressBar::OnCreationFromPalette()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h |
Include | #include "Components/ProgressBar.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/ProgressBar.cpp |
virtual void OnCreationFromPalette()
Remarks
Called after constructing a new widget from the palette. Allows the widget to perform interesting default setup that we don't want to be UObject Defaults.