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

#include <MovieSceneMutualComponentInclusivity.h>

Public Member Functions

 FMutuallyInclusiveComponentParams ()
 

Public Attributes

TUniquePtr< IMutualComponentInitializerCustomInitializer
 
EMutuallyInclusiveComponentType Type = EMutuallyInclusiveComponentType::Optional
 

Constructor & Destructor Documentation

◆ FMutuallyInclusiveComponentParams()

UE::MovieScene::FMutuallyInclusiveComponentParams::FMutuallyInclusiveComponentParams ( )
inline

Member Data Documentation

◆ CustomInitializer

TUniquePtr<IMutualComponentInitializer> UE::MovieScene::FMutuallyInclusiveComponentParams::CustomInitializer

Custom initializer for this included component

◆ Type

EMutuallyInclusiveComponentType UE::MovieScene::FMutuallyInclusiveComponentParams::Type = EMutuallyInclusiveComponentType::Optional

Optional by default because generally we do not want mutual components on Imported entities


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