Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new bitmask observation. This represents an inclusive choice from elements of the given Enum. To use this with an Enum defined in C++ use the FindEnumByName convenience function.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| object | Enum | The enum type to use. |
| name | Tag |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The newly created observation schema element. |