Space Plunder
Loading...
Searching...
No Matches
ProximityChatBPLib.h
Go to the documentation of this file.
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Kismet/BlueprintFunctionLibrary.h"
7
#include "ProximityChatBPLib.generated.h"
8
12
UCLASS
()
13
class MENUSYSTEM_API
UProximityChatBPLib
: public UBlueprintFunctionLibrary
14
{
15
GENERATED_BODY()
16
17
18
public
:
19
UFUNCTION(BlueprintCallable, Category=
"Proximity Chat"
)
20
static
float
CalculateVoiceAttenuation(
const
FVector& SpeakerLocation,
const
FVector& ListenerLocation,
float
MaxDistance,
float
VolumeAtMaxDistance);
21
22
};
UCLASS
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition
ChatSystemComponent.h:13
UProximityChatBPLib
Definition
ProximityChatBPLib.h:14
SpaceAdventure
Plugins
MenuSystem
Source
MenuSystem
Public
ProximityChat
ProximityChatBPLib.h
Generated by
1.10.0