Navigation
API > API/Plugins > API/Plugins/EditorTests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UEditorTestsUtilityLibrary
References
| Module | EditorTests |
| Header | /Engine/Plugins/Tests/EditorTests/Source/EditorTests/Public/EditorTestsUtilityLibrary.h |
| Include | #include "EditorTestsUtilityLibrary.h" |
Syntax
UCLASS&40;&41;
class UEditorTestsUtilityLibrary : public UBlueprintFunctionLibrary
Remarks
Blueprint library for altering and analyzing animation / skeletal data
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BakeMaterialsForComponent
(
UStaticMeshComponent* InStaticMeshComponent, |
Bakes out material in-place for the given set of static mesh components using the MaterialMergeOptions | |
| void | MergeStaticMeshComponents
(
TArray< UStaticMeshComponent* > InStaticMeshComponents, |
Merges meshes and bakes out materials into a atlas-material for the given set of static mesh components using the MergeSettings |