Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/IMVVMBlueprintViewCompile
Description
Get the compiled field path of the passed handle. The field path should have been added in the precompile step using AddObjectFieldPath or AddFieldPath and the returned handle should be stored.
| Name | GetFieldPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include Path | #include "MVVMBlueprintViewCompilerInterface.h" |
TValueOrError < FMVVMVCompiledFieldPath , void > GetFieldPath
(
FCompiledBindingLibraryCompiler::FFieldPathHandle FieldPath
)