Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FModifierContinuousParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path |
#include "LearningAction.h" |
Syntax
struct FModifierContinuousParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Masked |
TArrayView< const bool > |
Indicates which dimensions are masked. |
LearningAction.h |
|
| MaskedValues |
TArrayView< const float > |
Values used to replace masked dimensions. |
LearningAction.h |
|