KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
EWordType.h 파일 참조

EWordType 클래스를 선언합니다. 더 자세히 ...

+ 이 그래프는 이 파일을 직/간접적으로 include 하는 파일들을 보여줍니다.:

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

열거형 타입

enum class  EWordType : uint8 {
  Animal ,
  Color ,
  Region ,
  Food
}
 

상세한 설명

EWordType 클래스를 선언합니다.

EWordType.h 파일에서 정의되었습니다.

열거형 타입 문서화

◆ EWordType

enum class EWordType : uint8
strong
열거형 멤버
Animal 
Color 
Region 
Food 

EWordType.h 파일의 8 번째 라인에서 정의되었습니다.

9{
10 Animal,
11 Color,
12 Region,
13 Food
14};