LEAP Documentation
40220
Documentation for the LEAP project
BroadcastMessageChallenge.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 "BroadcastMessageChallenge.generated.h"
8
9
UCLASS()
10
class PROJECTX_API
UBroadcastMessageChallenge
: public
UBroadcastMessage
11
{
12
GENERATED_UCLASS_BODY()
13
14
public
:
15
virtual
void
ReceiveMessage(
AProjectXPlayerController
* PlayerController, int32 Data, APlayerState* PlayerStateA, APlayerState* PlayerStateB, UObject* Object)
const override
;
16
};
BroadcastMessage.h
AProjectXPlayerController
Definition:
ProjectXPlayerController.h:83
UBroadcastMessageChallenge
Definition:
BroadcastMessageChallenge.h:11
UBroadcastMessage
Definition:
BroadcastMessage.h:17
E:
ProjectY
Source
ProjectX
Public
System
BroadcastMessage
BroadcastMessageChallenge.h
Generated by
1.9.4