Game Engine/Unreal Engine

Editing this value in a Class Default Object not allowed?

SOMmeow 2022. 4. 14. 15:17

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

"클래스 디폴트 오브젝트에서 이 값의 편집은 허용되지 않습니다"