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

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

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

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

열거형 타입

enum class  EVFXType : uint8 {
  None ,
  Hit ,
  Explosion ,
  Max
}
 

상세한 설명

EVFXType 클래스를 선언합니다.

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

열거형 타입 문서화

◆ EVFXType

enum class EVFXType : uint8
strong
열거형 멤버
None 
Hit 
Explosion 
Max 

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

9{
10 None,
11 Hit,
13 Max,
14}