Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBakeMultiMeshInputToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMultiMeshAttributeMapsTool.h |
| Include | #include "BakeMultiMeshAttributeMapsTool.h" |
Syntax
UCLASS&40;&41;
class UBakeMultiMeshInputToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| EditCondition | Target mesh to sample to | ||
| GetOptions | UV channel to use for the target mesh | ||
| float | ProjectionDistance | Maximum allowed distance for the projection from target mesh to source mesh for the sample to be considered valid. | |
| TArray< FBakeMultiMeshDetailProperties > | SourceMeshes | Source meshes and textures to sample from | |
| EditConditionHides TObjectPtr< AActor > | TargetDynamicMesh | ||
| EditConditionHides TObjectPtr< USkeletalMesh > | TargetSkeletalMesh | ||
| EditConditionHides TObjectPtr< UStaticMesh > | TargetStaticMesh | ||
| NoResetToDefault FString | TargetUVLayer | ||
| TArray< FString > | TargetUVLayerNamesList | ||
| TransientToolProperty |