Space Plunder
Loading...
Searching...
No Matches
InteractionBPLib.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 "InteractionBPLib.generated.h"
8
13UCLASS()
14class INTERACTION_API UInteractionBPLib : public UBlueprintFunctionLibrary
15{
16 GENERATED_BODY()
17
18public:
19
20 static IInteractionInterface* GetInteractionFromComponent(const AActor* Actor);
21
22};
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13
Definition InteractionInterface.h:18
Definition InteractionBPLib.h:15