Currently working as intended
Declaring a TMap< [type], bool> will fail to compile if it is declared as a UPROPERTY. The error seems to be with the bool because TMap< [type], int8> will compile as a UPROPERTY.
UPROPERTY() TMap<FName, bool> TestTMap;
Head over to the existing Questions & Answers thread and let us know what's up.
| 0 |
| Component | UE - Foundation - Core |
|---|---|
| Affects Versions | 4.10 |
| Created | Dec 16, 2015 |
|---|---|
| Resolved | Mar 21, 2016 |
| Updated | Jul 14, 2021 |