Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/IMVVMBlueprintViewPrecompile
Description
Add a new object property to the compiler. Store the returned the handle of this function to access the compiled path during Compile step by calling GetFieldPath.
| Name | AddObjectFieldPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include Path | #include "MVVMBlueprintViewCompilerInterface.h" |
TValueOrError < FCompiledBindingLibraryCompiler::FFieldPathHandle , FText > AddObjectFieldPath
(
const FObjectFieldPathArgs & Args
)