UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PoseWatchUtil Namespace Reference

Functions

TSet< UPoseWatch * > GetChildrenPoseWatchOf (const UPoseWatchFolder *Folder, const UAnimBlueprint *AnimBlueprint)
 
TSet< UPoseWatchFolder * > GetChildrenPoseWatchFoldersOf (const UPoseWatchFolder *Folder, const UAnimBlueprint *AnimBlueprint)
 
FColor ChoosePoseWatchColor ()
 
template<typename TParent , typename TItem >
FText FindUniqueNameInParent (TParent *InParent, const TItem *InItem)
 

Function Documentation

◆ ChoosePoseWatchColor()

FColor PoseWatchUtil::ChoosePoseWatchColor ( )

Returns a new random color

◆ FindUniqueNameInParent()

template<typename TParent , typename TItem >
FText PoseWatchUtil::FindUniqueNameInParent ( TParent InParent,
const TItem *  InItem 
)

◆ GetChildrenPoseWatchFoldersOf()

TSet< UPoseWatchFolder * > PoseWatchUtil::GetChildrenPoseWatchFoldersOf ( const UPoseWatchFolder Folder,
const UAnimBlueprint AnimBlueprint 
)

Gets all pose watches folders that are parented to Folder, if Folder is nullptr then gets orphans

◆ GetChildrenPoseWatchOf()

TSet< UPoseWatch * > PoseWatchUtil::GetChildrenPoseWatchOf ( const UPoseWatchFolder Folder,
const UAnimBlueprint AnimBlueprint 
)

Gets all pose watches that are parented to Folder, if Folder is nullptr then gets orphans