Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/IMVVMBlueprintViewPrecompile
Description
Adds a new field to the compiler. Store the returned the handle of this function to access the compiled path during Compile step by calling GetFieldPath.
| Name | AddFieldPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include Path | #include "MVVMBlueprintViewCompilerInterface.h" |
TValueOrError < FCompiledBindingLibraryCompiler::FFieldPathHandle , FText > AddFieldPath
(
TArrayView < const FMVVMConstFieldVariant > InFieldPath,
bool bInRead
)