UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStructOpsTypeTraitsBase2< CPPSTRUCT > Struct Template Reference

#include <StructOpsTypeTraits.h>

+ Inheritance diagram for TStructOpsTypeTraitsBase2< CPPSTRUCT >:

Public Types

enum  {
  WithZeroConstructor = false , WithNoInitConstructor = false , WithNoDestructor = false , WithCopy = !TIsPODType<CPPSTRUCT>::Value ,
  WithIdenticalViaEquality = false , WithIdentical = false , WithExportTextItem = false , WithImportTextItem = false ,
  WithAddStructReferencedObjects = false , WithSerializer = false , WithStructuredSerializer = false , WithPostSerialize = false ,
  WithNetSerializer = false , WithNetDeltaSerializer = false , WithSerializeFromMismatchedTag = false , WithStructuredSerializeFromMismatchedTag = false ,
  WithPostScriptConstruct = false , WithNetSharedSerialization = false , WithGetPreloadDependencies = false , WithPureVirtual = false ,
  WithFindInnerPropertyInstance = false , WithCanEditChange = false , WithClearOnFinishDestroy = false , WithVisitor = false ,
  WithIntrusiveOptionalSafeForGC = false
}
 

Static Public Attributes

static constexpr EPropertyObjectReferenceType WithSerializerObjectReferences = EPropertyObjectReferenceType::Conservative
 

Detailed Description

template<class CPPSTRUCT>
struct TStructOpsTypeTraitsBase2< CPPSTRUCT >

type traits to cover the custom aspects of a script struct

Member Enumeration Documentation

◆ anonymous enum

template<class CPPSTRUCT >
anonymous enum
Enumerator
WithZeroConstructor 
WithNoInitConstructor 
WithNoDestructor 
WithCopy 
WithIdenticalViaEquality 
WithIdentical 
WithExportTextItem 
WithImportTextItem 
WithAddStructReferencedObjects 
WithSerializer 
WithStructuredSerializer 
WithPostSerialize 
WithNetSerializer 
WithNetDeltaSerializer 
WithSerializeFromMismatchedTag 
WithStructuredSerializeFromMismatchedTag 
WithPostScriptConstruct 
WithNetSharedSerialization 
WithGetPreloadDependencies 
WithPureVirtual 
WithFindInnerPropertyInstance 
WithCanEditChange 
WithClearOnFinishDestroy 
WithVisitor 
WithIntrusiveOptionalSafeForGC 

Member Data Documentation

◆ WithSerializerObjectReferences


The documentation for this struct was generated from the following file: