Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArrayMap.h |
| Include | #include "LearningArrayMap.h" |
Syntax
struct FArrayMapKey
Remarks
Key type for FArrayMap. A pair of FNames - generally we can use one to identify the object itself, and one for the variable/member/field.
Variables
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FArrayMapKey& Other |