UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FConstraintDependencyScope Struct Reference

#include <DependencyBuilder.h>

Public Member Functions

 FConstraintDependencyScope (UTickableTransformConstraint *InConstraint, UWorld *InWorld=nullptr)
 
 ~FConstraintDependencyScope ()
 

Detailed Description

FConstraintDependencyScope provides a way to build constraint dependencies when the constraint is not valid when added to the subsystem but after (when resolving sequencer or control rig bindings). The dependencies will be built on destruction if the constraint's validity changed within the lifetime of that object.

Constructor & Destructor Documentation

◆ FConstraintDependencyScope()

FConstraintDependencyScope::FConstraintDependencyScope ( UTickableTransformConstraint InConstraint,
UWorld InWorld = nullptr 
)

◆ ~FConstraintDependencyScope()

FConstraintDependencyScope::~FConstraintDependencyScope ( )

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