C++共3篇
UE C++ Play Montage-夢月工作室

UE C++ Play Montage

直接贴代码引擎源代码AnimInstance.hDelegates////////////////// Montage Start /** * Delegate for when Montage is started */ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnMontageStar...
DreamMoon的头像-夢月工作室钻石会员DreamMoon40天前
0747
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