Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- algorithm
- 프로그래머스
- RootMotion
- IFileDialog
- const
- baekjoon
- C++
- Programmers
- RVO
- UnrealEngine5
- 백준
- 1563
- winapi
- directx
- 언리얼엔진5
- Frustum
- TObjectPtr
- UE5
- softeer
- GeeksForGeeks
- 오블완
- NRVO
- 2294
- 티스토리챌린지
- DirectX11
- UnrealEngine4
- 팰린드롬 만들기
- C
- 줄 세우기
- Unreal Engine5
Archives
- Today
- Total
목록순회 (1)
Game Develop

const UEnum* enumPtr = FindObject(ANY_PACKAGE, TEXT("EMainPlayerSkillStates"), true);if (enumPtr != nullptr){ for (int i = 0; i NumEnums(); ++i) { EMainPlayerSkillStates enumState = (EMainPlayerSkillStates)(enumPtr->GetValueByIndex(i)); //UE_LOG(LogTemp, Log, TEXT("> %s"), *enumPtr->GetNameByIndex(i).ToString()); }} 구글링 시, 언리얼4버전에서는 FindObject할 때 꺽쇠로 캐스팅할 클래스명시 안하는걸로 되어있는데, ..
UnrealEngine5/이것저것
2024. 5. 13. 05:12