MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / FArrayToBinStringTest

Class FArrayToBinStringTest

Source/democpp/SluaTestCase.h:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63USTRUCT(BlueprintType)
64struct FArrayToBinStringTest
65{
66 GENERATED_BODY()
67
68 UPROPERTY()
69 TArray<uint8> binString;
70};
71
72namespace NS_SLUA {
73 DefTypeName(FUserInfo);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected