自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

hui211314ddhui的专栏

专注游戏开发。

  • 博客(4)
  • 收藏
  • 关注

原创 行为树中的"Observer Aborts"属性以及相关

One critical thing you'll notice if you select either the "Needs Ammo" or "Has Enemy" nodes in the BotBehavior tree is that they are both set to "Observer Aborts" "Lower Priority". Our conditional dec...

2018-10-28 17:05:30 2025

原创 选中物体后自定义显示内容

先列代码:// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.#pragma once#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "Components/PrimitiveComponent.h"#include "Pala...

2018-10-26 14:43:00 629

原创 游戏内生成唯一的值

SIZE_T GetTypeHash() const override{ static size_t UniquePointer; return reinterpret_cast<size_t>(&UniquePointer);}来自虚幻4的代码。

2018-10-19 16:54:01 279 1

原创 自定义Struct的Detail界面

结构体如下:USTRUCT(BlueprintType)struct FPaladinNPCPatrolActionInfo{ GENERATED_BODY() UPROPERTY(EditAnywhere, BlueprintReadWrite) EPaladinNPCActionType ActionType; //ActionType为GotoTarget的时候生效,指...

2018-10-17 17:10:24 911

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除