.obsidian
.vs
00-MOC
01-Diary
02-Note
03-UnrealEngine
Animation
Editor
Gameplay
AI
Animation
Code
Debug
GAS
Gameplay
Http
Lyra
Mass
Online
Other
PuerTS
UObject
UnrealSpecifiers
Flags
EClassFlags
EEnumFlags
EFunctionFlags
EObjectMark
EPropertyFlags
EStructFlags
STRUCT_AddStructReferencedObjects.md
STRUCT_Atomic.md
STRUCT_CanEditChange.md
STRUCT_CopyNative.md
STRUCT_ExportTextItemNative.md
STRUCT_HasInstancedReference.md
STRUCT_IdenticalNative.md
STRUCT_Immutable.md
STRUCT_ImportTextItemNative.md
STRUCT_IsPlainOldData.md
STRUCT_Native.md
STRUCT_NetDeltaSerializeNative.md
STRUCT_NetSerializeNative.md
STRUCT_NetSharedSerialization.md
STRUCT_NewerVersionExists.md
STRUCT_NoDestructor.md
STRUCT_NoExport.md
STRUCT_NoFlags.md
STRUCT_PostScriptConstruct.md
STRUCT_PostSerializeNative.md
STRUCT_RequiredAPI.md
STRUCT_SerializeFromMismatchedTag.md
STRUCT_SerializeNative.md
STRUCT_Trashed.md
STRUCT_ZeroConstructor.md
EClassFlags.md
EEnumFlags.md
EFunctionFlags.md
EObjectMark.md
EPropertyFlags.md
EStructFlags.md
Meta
Specifier
UnrealSpecifiers.md
Ue4 c++ UProperty反射 PostEditChangeProperty.md
Ue4Object生命周期.jpg
大钊提供的一种获取UE Private函数的方法.md
LevelScene
Math
Mobile
Plugins
Rendering
Sequence
UI
VirtualProduction
VisualEffect
卡通渲染相关资料
性能优化
流程管理与部署
.keep
03-UnrealEngine.md
04-ComputerGraphics
05-SDHGame
06-DCC
07-Other
08-Assets
09-Templates
.gitattributes
.gitignore
.gitmodules
LICENSE
4 lines
165 B
Markdown
4 lines
165 B
Markdown
|
# STRUCT_NoDestructor
|
||
|
|
||
|
Value: 0x00004000
|
||
|
Description: If set, this struct has no destructor and non will be called. STRUCT_IsPlainOldData implies STRUCT_NoDestructor
|