CPP共2篇
UE C++ Blueprint Interface / C++接口-夢月工作室

UE C++ Blueprint Interface / C++接口

UINTERFACE(MinimalAPI, Blueprintable) class U接口名称 : public UInterface { GENERATED_BODY() }; /** * */ class 模块名_API I接口名称 { GENERATED_BODY() public: // 只能在C++中重写 vi...
DreamMoon的头像-夢月工作室钻石会员DreamMoon40天前
06314
Unreal Engine C++ Create Blueprint And Save Package-夢月工作室

Unreal Engine C++ Create Blueprint And Save Package

Functionstatic UBlueprint* CreateBlueprint(FText InWindowTitle, UClass* InParentClass, EBlueprintType BlueprintType = BPTYPE_Normal, FString NewNameSuggestion = L'');UBlueprint* UD...
DreamMoon的头像-夢月工作室钻石会员DreamMoon8天前
0359