if (NameProp) 은 if (NameProp != nullptr)이랑 같은 의미인가요?
미해결
이득우의 언리얼 프로그래밍 Part1 - 언리얼 C++의 이해
제목의 내용과 같습니다. if문에 true/false만 익숙한터라, 낯설어서 질문드립니다. FProperty* NameProp = UTeacher::StaticClass()->FindPropertyByName(TEXT("Name")); if (NameProp){ ... }
- unreal-engine
- 언리얼-c++
- nullptr
junyeongbigdata
댓글 2
좋아요 0
조회수 126





