mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 08:24:18 +00:00
Steam Voice Chat
Added Steam Voice Chat
This commit is contained in:
26
Source/Steam/Public/VOIPLIB.h
Normal file
26
Source/Steam/Public/VOIPLIB.h
Normal file
@@ -0,0 +1,26 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Kismet/BlueprintFunctionLibrary.h"
|
||||
#include "BlueprintDataDefinitions.h"
|
||||
#include "Online.h"
|
||||
#include "OnlineSubsystem.h"
|
||||
#include "Interfaces/VoiceInterface.h"
|
||||
#include "Engine/GameInstance.h"
|
||||
#include "UObject/UObjectIterator.h"
|
||||
#include "VOIPLIB.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class STEAM_API UVOIPLIB : public UBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable, Category = "VOIPLIB")
|
||||
static void ClearVoicePackets(UObject* WorldContextObject);
|
||||
};
|
Reference in New Issue
Block a user