Space Plunder
Loading...
Searching...
No Matches
ALSCharacterMovementInterface.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 "UObject/Interface.h"
7
#include "ALSCharacterMovementInterface.generated.h"
8
9
// This class does not need to be modified.
10
UINTERFACE()
11
class
UALSCharacterMovementInterface
: public UInterface
12
{
13
GENERATED_BODY()
14
};
15
19
class
ALSV4_CPP_API
IALSCharacterMovementInterface
20
{
21
GENERATED_BODY()
22
23
public
:
24
25
26
27
};
IALSCharacterMovementInterface
Definition
ALSCharacterMovementInterface.h:20
UALSCharacterMovementInterface
Definition
ALSCharacterMovementInterface.h:12
SpaceAdventure
Plugins
ALS-Community-main
Source
ALSV4_CPP
Public
Interfaces
ALSCharacterMovementInterface.h
Generated by
1.10.0