Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBindableStruct
Description
Resolves the binding into OutValue, falling back to ConstantValue on failure. T must be a USTRUCT. Runtime-asserts that T matches the bound or constant struct type.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
template<typename T>
void GetValue
(
FUAFAssetInstance * Instance,
T & OutValue
) const