add a missing blueprint ufunction specifier
This commit is contained in:
@@ -92,7 +92,7 @@ bool UHapticsComponentKismetLibrary::SupportsCustomWaveform(
|
|||||||
return HapticsComponent->SupportsCustomWaveform(AtLocation);
|
return HapticsComponent->SupportsCustomWaveform(AtLocation);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool UHapticsComponentKismetLibrary::SendCustomWaveform(
|
bool UHapticsComponentKismetLibrary::SendCustomWaveform_OutWaveform_Location(
|
||||||
USGHapticsComponent* HapticsComponent,
|
USGHapticsComponent* HapticsComponent,
|
||||||
USGCustomWaveform* OutWaveform, const ESGHapticLocation Location)
|
USGCustomWaveform* OutWaveform, const ESGHapticLocation Location)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -102,7 +102,10 @@ public:
|
|||||||
* @param OutWaveform
|
* @param OutWaveform
|
||||||
* @param Location
|
* @param Location
|
||||||
*/
|
*/
|
||||||
static bool SendCustomWaveform(UPARAM(ref) USGHapticsComponent* HapticsComponent,
|
UFUNCTION(BlueprintCallable, DisplayName="Send Custom Waveform",
|
||||||
|
Category="SenseGlove | Components | Haptics Component")
|
||||||
|
static bool SendCustomWaveform_OutWaveform_Location(
|
||||||
|
UPARAM(ref) USGHapticsComponent* HapticsComponent,
|
||||||
USGCustomWaveform* OutWaveform, ESGHapticLocation Location);
|
USGCustomWaveform* OutWaveform, ESGHapticLocation Location);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user