Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeSkeletalMeshLodDataNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeSkeletalMeshLodDataNode.h |
| Include | #include "InterchangeSkeletalMeshLodDataNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeSkeletalMeshLodDataNode : public UInterchangeFactoryBaseNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddMeshUid
(
const FString& MeshName |
Add one mesh geometry use to create this LOD geometry. | |
| bool | GetCustomSkeletonUid
(
FString& AttributeValue |
Query the LOD skeletal mesh factory skeleton reference. Return false if the attribute was not set. | |
| void | GetMeshUids
(
TArray< FString >& OutMeshNames |
Query all mesh geometry this LOD will be made of. | |
| int32 | Return the number of mesh geometry this LOD will be made of. | ||
| bool | Remove all mesh geometry use to create this LOD geometry. | ||
| bool | RemoveMeshUid
(
const FString& MeshName |
Remove one mesh geometry use to create this LOD geometry. | |
| bool | SetCustomSkeletonUid
(
const FString& AttributeValue |
Set the LOD skeletal mesh factory skeleton reference. Return false if the attribute cannot be set. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetAttributeCategory
(
const UE::Interchange::FAttributeKey& NodeAttributeKey |
UI that inspect node attribute call this to display the attribute under the returned category | |
| FString | GetKeyDisplayName
(
const UE::Interchange::FAttributeKey& NodeAttributeKey |
UI that inspect node attribute call this to give a readable name to attribute key | |
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting error |