FPacket
Configurations for the FPacket instance.
USTRUCT(BlueprintType)
struct FPacket {
GENERATED_BODY()
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Agora|Packet")
TArray<int64> buffer;
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Agora|Packet")
int64 size;
};
Attributes
- buffer
-
The buffer address of the sent or received data.
Attention: Agora recommends setting buffer to a value larger than 2048 bytes. Otherwise, you may encounter undefined behaviors (such as crashes). - size
- The buffer size of the sent or received data.