《UnrealEngine4ScriptingwithCCookbook》笔记 目录 Chapter 2: Creating Classes Making a UCLASS – deriving from UObject 要点 实例管理 Objects in UE4 are reference-counted and memory-managed. You must use ConstructObject to create an instance of your object (not the C++ native keyword new), and ...