Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/FMVVMCompiledBindingLibrary
Description
Evaluate the path to find the container use by a binding. ExecutionSource is the View (UserWidget) instance.
| Name | EvaluateFieldPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Bindings/MVVMCompiledBindingLibrary.h |
| Include Path | #include "Bindings/MVVMCompiledBindingLibrary.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Private/Bindings/MVVMCompiledBindingLibrary.cpp |
TValueOrError < UE::MVVM::FFieldContext , void > EvaluateFieldPath
(
UObject * ExecutionSource,
const FMVVMVCompiledFieldPath & FieldPath
) const
the container and the last segment of the path. The last segment can be a property or a function.