[UE4] make an independent window plug-in

The content is self-taught from station B AV244462117, P6 This article is only a self-study record, not a tutorial, and there may be fallacies System environment: WIN10, UE4 (engine version 4.27.1), Visual Studio 2022 Community 1. Create a new plug-in Create a stand-alone window plug-in in UE4 editor menu   2. c + + code modificatio ...

Added by beesgirl713 on Wed, 09 Mar 2022 12:56:08 +0200

Inheritance of C# class

Inheritance of C# class 1. Parent and child classes (base and derived classes) In the inheritance of a class, the inherited class is called the base class (mentioned with the derived class) or the parent class (mentioned with the subclass), and the inherited class is called the derived class or subclass. The subclass inherits the properties a ...

Added by twister47 on Sun, 06 Mar 2022 17:29:39 +0200

[UE4 C + +] generate character within the specified area

preface This article will tell you to generate roles within a specified range. Create C + + files Right click the blank area of the folder, create a new C + + file, and inherit the Actor class. . h file Adding a box component is mainly used to specify the creation range. UPROPERTY(VisibleAnywhere, BlueprintReadOnly) class UBoxComponent* ...

Added by MidOhioIT on Mon, 10 Jan 2022 23:09:53 +0200

Creo secondary development: model item acquisition, creation and deletion

Model items classification The model item promodellitem is a data handle that contains the type type, an integer id, and the parent item handle owner. ProGeomitem is an instance of promodelite, which is used to represent the data handle DHandle of geometry. The data structure of promodellitem is as follows typedef struct pro_model_item { ...

Added by bprof on Mon, 03 Jan 2022 15:53:43 +0200

c language small project three piece chess

c language small project three piece chess Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface Tip: C language learning, record your learning process, thank you for your criticism and correction 1, Overall thinking First of all, ...

Added by ron8000 on Sun, 02 Jan 2022 21:20:14 +0200

C + + get PCL 1.11 Additional dependencies for 1

preface For a complete library matching tutorial, see: Visual studio 2019 configuring point cloud library pcl1 eleven point one 1, Semi automatic acquisition 1. Get dependencies of VTK   open the installation directory of PCL and find the VTK lib folder Select the path and enter cmd Press Enter to display the following interface ...

Added by CapEsiouS on Fri, 24 Dec 2021 17:04:24 +0200

Write Windows dynamic wallpaper [Revision 1] (based on Windows10 desktop)

1, Miscellaneous words As a programming enthusiast, you may not be too optimistic about the standard static desktop. You may be amazed at the effect of WallpaperEngine. You may also want to make a personalized desktop beautification program. First, you should start with dynamic wallpaper. It was originally studied from the existing program, but ...

Added by canishk on Mon, 06 Sep 2021 00:17:02 +0300