Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/IMVVMBlueprintViewPrecompile
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include | #include "MVVMBlueprintViewCompilerInterface.h" |
TValueOrError < FCompiledBindingLibraryCompiler::FFieldPathHandle , FText > AddFieldPath
(
TArrayView < const FMVVMConstFieldVariant > InFieldPath,
bool bInRead
)
Remarks
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.