Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into experimental/M…
Browse files Browse the repository at this point in the history
…ULTI-PLATFORM
  • Loading branch information
lucoiso committed Jan 31, 2023
2 parents 0a5b4f5 + 6ab21f9 commit d54cdb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ THIRD_PARTY_INCLUDES_END
#endif

#include "AzSpeech/AzSpeechSettings.h"

class UAzSpeechTaskBase;
class UAzSpeechRecognizerTaskBase;
class UAzSpeechSynthesizerTaskBase;
#include "AzSpeech/Tasks/Bases/AzSpeechRecognizerTaskBase.h"
#include "AzSpeech/Tasks/Bases/AzSpeechSynthesizerTaskBase.h"

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <Kismet/BlueprintAsyncActionBase.h>
#include "RecognitionMapCheckAsync.generated.h"

struct FAzSpeechRecognitionMap;

DECLARE_DYNAMIC_MULTICAST_DELEGATE(FAzSpeechMapCheckDelegate_Generic);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FAzSpeechMapCheckDelegate_WithValue, const int32, RecognitionResult);

Expand Down

1 comment on commit d54cdb0

@lucoiso
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#9

Please sign in to comment.