![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
| FColor PoseWatchUtil::ChoosePoseWatchColor | ( | ) |
Returns a new random color
| 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
| 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