LEAP Documentation
40220
Documentation for the LEAP project
BroadcastMessageCapturePoint.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
System/BroadcastMessage.h
"
7
#include "BroadcastMessageCapturePoint.generated.h"
8
9
UCLASS()
10
class PROJECTX_API
UBroadcastMessageCapturePoint
: public
UBroadcastMessage
11
{
12
GENERATED_UCLASS_BODY()
13
14
public
:
15
virtual
void
ReceiveMessage(
AProjectXPlayerController
* PlayerController, int32 Data, APlayerState* A, APlayerState* B, UObject* Object)
const override
;
16
17
};
BroadcastMessage.h
AProjectXPlayerController
Definition:
ProjectXPlayerController.h:83
UBroadcastMessageCapturePoint
Definition:
BroadcastMessageCapturePoint.h:11
UBroadcastMessage
Definition:
BroadcastMessage.h:17
E:
ProjectY
Source
ProjectX
Public
System
BroadcastMessage
BroadcastMessageCapturePoint.h
Generated by
1.9.4