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 | 31 |
Tags
- RVO
- softeer
- Programmers
- UnrealEngine5
- DirectX11
- baekjoon
- UE5
- 백준
- GeeksForGeeks
- 오블완
- 2294
- Frustum
- C++
- 1563
- 티스토리챌린지
- 팰린드롬 만들기
- DeferredRendering
- 언리얼엔진5
- UnrealEngine4
- Unreal Engine5
- IFileDialog
- algorithm
- C
- 줄 세우기
- 프로그래머스
- directx
- RootMotion
- NRVO
- const
- winapi
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