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
9
class
IInteractionInterface
;
13
UCLASS
()
14
class INTERACTION_API
UInteractionBPLib
: public UBlueprintFunctionLibrary
15
{
16
GENERATED_BODY()
17
18
public
:
19
20
static
IInteractionInterface
* GetInteractionFromComponent(
const
AActor* Actor);
21
22
};
UCLASS
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition
ChatSystemComponent.h:13
IInteractionInterface
Definition
InteractionInterface.h:18
UInteractionBPLib
Definition
InteractionBPLib.h:15
SpaceAdventure
Plugins
Interaction
Source
Interaction
Public
BPLib
InteractionBPLib.h
Generated by
1.10.0