Navigation
API > API/Plugins > API/Plugins/MassEQS > API/Plugins/MassEQS/UMassEQSBlueprintLibrary
Description
Sends the input Signal to the Entity defined by EntityInfo.EntityHandle using the UMassSignalSubsystem.
| Name | SendSignalToEntity |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassEQS/Public/MassEQSBlueprintLibrary.h |
| Include Path | #include "MassEQSBlueprintLibrary.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassEQS/Private/MassEQSBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="MassEnvQuery|Commands")
static void SendSignalToEntity
(
const AActor * Owner,
const FMassEnvQueryEntityInfoBlueprintWrapper & EntityInfo,
const FName Signal
)