UDynamicEntryBox::ValidateCompiledDefaults

Called at the end of Widget Blueprint compilation.

Windows
MacOS
Linux

Override Hierarchy

UWidget::ValidateCompiledDefaults()

UDynamicEntryBox::ValidateCompiledDefaults()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBox.h

Include

#include "Components/DynamicEntryBox.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/DynamicEntryBox.cpp

Syntax

virtual void ValidateCompiledDefaults
(
    class IWidgetCompilerLog & CompileLog
) const

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss