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
template<typename T>
struct TTypeId
Remarks
Compile-time function to generate a type id from a C++ type. This is used to check at runtime that when we access an array from the FArrayMap we are casting it to the correct type.
Specializations
TTypeId< bool >
TTypeId< double >
TTypeId< ECompletionMode >
TTypeId< float >
TTypeId< FQuat >
TTypeId< FTransform >
TTypeId< FVector >
TTypeId< int16 >
TTypeId< int32 >
TTypeId< int64 >
TTypeId< int8 >
TTypeId< uint16 >
TTypeId< uint32 >
TTypeId< uint64 >
TTypeId< uint8 >