Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | EContextObjectDirection |
| Type | enum |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include Path | #include "ChooserPropertyAccess.h" |
Syntax
enum EContextObjectDirection
{
UMETA =(DisplayName="Input", Tooltip = "This Parameter will only be read from"),
UMETA =(DisplayName="Output", Tooltip = "This Parameter will only be written to"),
UMETA =(DisplayName="Input/Output", Tooltip = "This Parameter can be both read from and written to"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |