Unreal Property System (Reflection)
·
Unreal Engine
참고자료https://unrealcommunity.wiki/unreal-property-system-(reflection)-36d1e6 Unreal Property System (Reflection) | Unreal Engine Community WikiBrief description of the Unreal Property System.unrealcommunity.wikihttps://dev.epicgames.com/documentation/ko-kr/unreal-engine/reflection-system-in-unreal-engine 1. Reflection이란reflection은 프로그램이 런타임에 스스로를 검사할 수 있는 능력이다.그러나 C++ 언어 자체는 이러한 기능이 없기 때문에 언리얼이 자..