Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/IMVVMBlueprintViewPrecompile
Description
Shows a message for the given binding. If this is an error message, it will cause the blueprint compilation to fail. Next steps will still be executed.
| Name | AddMessageForBinding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include Path | #include "MVVMBlueprintViewCompilerInterface.h" |
void AddMessageForBinding
(
Compiler::FCompilerBindingHandle BindingHandle,
const FText & MessageText,
EMessageType MessageType
) const