UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Mass::FSharedFragmentTypeTraits Struct Reference

#include <MassTypeManager.h>

Public Member Functions

 FSharedFragmentTypeTraits ()=default
 

Static Public Member Functions

template<CSharedFragment T>
static FSharedFragmentTypeTraits Make ()
 

Public Attributes

bool bGameThreadOnly = true
 

Detailed Description

Traits of Shared Fragment types

Constructor & Destructor Documentation

◆ FSharedFragmentTypeTraits()

UE::Mass::FSharedFragmentTypeTraits::FSharedFragmentTypeTraits ( )
default

Member Function Documentation

◆ Make()

template<CSharedFragment T>
static FSharedFragmentTypeTraits UE::Mass::FSharedFragmentTypeTraits::Make ( )
inlinestatic

Factory function for creating traits specific to a given shared fragment type

Member Data Documentation

◆ bGameThreadOnly

bool UE::Mass::FSharedFragmentTypeTraits::bGameThreadOnly = true

Whether the shared fragment has to be used only on the Game Thread


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