Payback 0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
SpawnPattern.h 파일 참조
#include "CoreMinimal.h"
#include "Engine/DataAsset.h"
#include "SpawnPattern.generated.h"
SpawnPattern.h에 대한 include 의존 그래프
이 그래프는 이 파일을 직/간접적으로 include 하는 파일들을 보여줍니다.:

이 파일의 소스 코드 페이지로 가기

클래스

class  USpawnPattern
 

열거형 타입

enum class  ESpawnPatternType : uint8 { UMETA =(DisplayName = "직접 맵에 설치한 스포너") , UMETA =(DisplayName = "자동으로 생성되는 스포너") }
 

열거형 타입 문서화

◆ ESpawnPatternType

enum class ESpawnPatternType : uint8
strong
열거형 멤버
UMETA 
UMETA 
12{
13 Manual UMETA(DisplayName = "직접 맵에 설치한 스포너"),
14 Automatic UMETA(DisplayName = "자동으로 생성되는 스포너"),
15};