Navigation
API > API/Plugins > API/Plugins/UAF
Describes how to source a bound property value.
| Name | EUAFBindingSourceType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFPropertyBinding.h |
| Include Path | #include "BindableValue/UAFPropertyBinding.h" |
Syntax
enum EUAFBindingSourceType
{
Variable,
SubProperty,
Function,
}
Values
| Name | Remarks |
|---|---|
| Variable | Direct UAF variable (top-level, with type-match or type-promotion). |
| SubProperty | A dot-separated path into a struct-type UAF variable. |
| Function | A 0-parameter RigVM function whose return value is used. |