Choose your operating system:
Windows
macOS
Linux
| UWidget::ValidateCompiledDefaults()
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonVisibilitySwitcher.h |
Include |
#include "CommonVisibilitySwitcher.h" |
Source |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonVisibilitySwitcher.cpp |
virtual void ValidateCompiledDefaults
(
class IWidgetCompilerLog & CompileLog
) const
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.