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"),
}