AllowPrivateAccess = "true"
BlueprintReadWrite 키워드를 썼기 때문에 접근제한자 private에서도 사용 불가능하지만.
AllowPrivateAccess = "true"로 사용 가능하도록 할 수 있다.
Category = "Super Duper ~~"
설정한 카테고리 이름으로 블루프린트에서 검색이 가능하다.
'언리얼' 카테고리의 다른 글
unreal) DrawDebugSphere (0) | 2024.11.19 |
---|---|
unreal) EditDefaultsOnly, EditInstanceOnly, BlueprintReadWrite (0) | 2024.11.11 |
unreal) c++ 클래스 삭제 (0) | 2024.11.10 |
unreal) VisibleAnywhere, EditAnywhere, VisibleInstanceOnly (0) | 2024.11.09 |
Unreal) GetOverlappingActors, DetachFromActor (0) | 2024.11.02 |