https://forums.unrealengine.com/t/editing-this-value-in-a-class-default-object-not-allowed/430521/8
Editing this value in a Class Default Object not allowed?
Your variable type is object, it needs to be class. Object means an instance, but since a Blueprint is a class an not yet an instance, it can’t reference objects, only other classes. Set it to Class Reference, recompile and you should be able to define t
forums.unrealengine.com
Your variable type is object, it needs to be class. Object means an instance, but since a Blueprint is a class an not yet an instance, it can’t reference objects, only other classes.
Set it to Class Reference, recompile and you should be able to define the array now

"클래스 디폴트 오브젝트에서 이 값의 편집은 허용되지 않습니다"
'Game Engine > Unreal Engine' 카테고리의 다른 글
[Tip] 언리얼 Steam VR 자동실행 끄기 (0) | 2022.04.21 |
---|---|
[Tip] 언리얼 참조 트리 구조 보는 방법 (Reference viewer) (0) | 2022.04.19 |
[Tip] 언리얼 창 깜빡거림 해결 / 언리얼 듀얼모니터 창 깜빡거림 (4) | 2022.04.15 |
[Tip] 언리얼 선택한 카메라 미리보기 기능 끄기 (0) | 2022.02.16 |
[Online-learning] 개발자를 위한 언리얼엔진 시작하기 (0) | 2022.02.15 |