Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FModifierOrInclusiveParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path | #include "LearningAction.h" |
Syntax
struct FModifierOrInclusiveParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementNames | TArrayView< const FName > | Names of the modified sub-actions. | LearningAction.h | |
| Elements | TArrayView< const FModifierElement > | The modifiers of the associated sub-elements. | LearningAction.h | |
| MaskedElements | TArrayView< const FName > | Disallowed sub-elements. | LearningAction.h |