![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
type traits to cover the custom aspects of a script struct
|
staticconstexpr |