Unreal 오답노트

언리얼 클래스 가져오는 방법

sudoju 2024. 1. 1. 15:48

클래스를 가져오는 방법

// 런타임중에 얻어옴
Student->GetClass();
// 컴파일에서 얻어옴
Teacher::StaticClass();