프로그래밍/Unreal (10) 썸네일형 리스트형 TEnableIf Reference : TEnableIf | Unreal Engine Documentation TEnableIf Includes a function in an overload set if the predicate is true. docs.unrealengine.com template class TEnableIf { } template class TEnableIf { public : typedef Result type; } Unreal 코드 내부를 보다보면 종종 마주치는 TEnableIf std::enable_if와 동일한 역할을 한다. std::enable_if - cppreference.com std::enable_if - cppreference.com template< bool B, class T = .. Unreal Engine의 저작권 언리얼 소스 코드를 계속 보고 있는데, 블로그에 추려서 올려도 되는지 궁금해서 찾아봤다. 올리면 안될 것 같다 ^^; 언리얼 엔진 관련해서는 사용 예제나 두서 없는 짤막짤막한 정리들을 쓸 생각이다. 이전 1 2 다음