![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| uint32 | GetConstrainableHash (const UObject *InObject) |
| UObject * | GetHandleTarget (const TObjectPtr< UTransformableHandle > &InHandle) |
| FString | GetConstraintLabel (const UTickableConstraint *InConstraint) |
| FString | GetHandleLabel (const UTransformableHandle *InHandle) |
| void | LogDependency (const FString &InDescription, const UTransformableHandle *InParentHandle, const UTransformableHandle *InChildHandle, const UTickableConstraint *InParentConstraint, const UTickableConstraint *InChildConstraint) |
| void | LogAttachmentDependency (const FString &InDescription, const UTransformableHandle *InAttachHandle, const UTransformableHandle *InChildHandle, const UTickableConstraint *InAttachConstraint, const UTickableConstraint *InChildConstraint) |
| bool | HasConstraintDependencyWith (UWorld *InWorld, const UTransformableHandle *InParentHandle, const UTransformableHandle *InChildHandle) |
| FString DependencyLocals::GetConstraintLabel | ( | const UTickableConstraint * | InConstraint | ) |
| FString DependencyLocals::GetHandleLabel | ( | const UTransformableHandle * | InHandle | ) |
| UObject * DependencyLocals::GetHandleTarget | ( | const TObjectPtr< UTransformableHandle > & | InHandle | ) |
| bool DependencyLocals::HasConstraintDependencyWith | ( | UWorld * | InWorld, |
| const UTransformableHandle * | InParentHandle, | ||
| const UTransformableHandle * | InChildHandle | ||
| ) |
| void DependencyLocals::LogAttachmentDependency | ( | const FString & | InDescription, |
| const UTransformableHandle * | InAttachHandle, | ||
| const UTransformableHandle * | InChildHandle, | ||
| const UTickableConstraint * | InAttachConstraint, | ||
| const UTickableConstraint * | InChildConstraint | ||
| ) |
| void DependencyLocals::LogDependency | ( | const FString & | InDescription, |
| const UTransformableHandle * | InParentHandle, | ||
| const UTransformableHandle * | InChildHandle, | ||
| const UTickableConstraint * | InParentConstraint, | ||
| const UTickableConstraint * | InChildConstraint | ||
| ) |