LEAP Documentation
40220
Documentation for the LEAP project
AimSphereComponent.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2020. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Components/SphereComponent.h"
7
#include "AimSphereComponent.generated.h"
8
9
UCLASS(Blueprintable, BlueprintType)
10
class PROJECTX_API
UAimSphereComponent
: public USphereComponent
11
{
12
GENERATED_BODY()
13
14
UAimSphereComponent
();
15
16
public
:
17
virtual
void
BeginPlay()
override
;
18
};
UAimSphereComponent
Definition:
AimSphereComponent.h:11
E:
ProjectY
Source
ProjectX
Public
Player
AimSphereComponent.h
Generated by
1.9.4