Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UDynamicEntryBox
Description
Called at the end of Widget Blueprint compilation. Allows UMG elements to evaluate their default states and determine whether they are acceptable. To trigger compilation failure, add an error to the log. Warnings and notes will be visible, but will not cause compiles to fail.
Virtual Inheritance
- UWidget::ValidateCompiledDefaults → UDynamicEntryBox::ValidateCompiledDefaults
| Name | ValidateCompiledDefaults |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBox.h |
| Include Path | #include "Components/DynamicEntryBox.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/DynamicEntryBox.cpp |
virtual void ValidateCompiledDefaults
(
class IWidgetCompilerLog & CompileLog
) const