| 62 | |
| 63 | USTRUCT(BlueprintType) |
| 64 | struct FArrayToBinStringTest |
| 65 | { |
| 66 | GENERATED_BODY() |
| 67 | |
| 68 | UPROPERTY() |
| 69 | TArray<uint8> binString; |
| 70 | }; |
| 71 | |
| 72 | namespace NS_SLUA { |
| 73 | DefTypeName(FUserInfo); |
nothing calls this directly
no outgoing calls
no test coverage detected