Navigation
API > API/Plugins > API/Plugins/Chooser
References
| Module | Chooser |
| Header | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include | #include "ChooserPropertyAccess.h" |
Syntax
struct FCompiledBindingElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::Chooser::FCompiledBindingElement | |||
| bool | bIsFunction | ||
| UFunction * | Function | ||
| uint8 | Mask | ||
| int | Offset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCompiledBindingElement
(
int InOffset |
|||
FCompiledBindingElement
(
UFunction* InFunction |