Try passing the array as a const reference
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FGenerateMyDataDelegate, const TArray<uint8>&, MyData);
Try passing the array as a const reference
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FGenerateMyDataDelegate, const TArray<uint8>&, MyData);