Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeStaticMeshLodDataNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeStaticMeshLodDataNode.h |
| Include | #include "InterchangeStaticMeshLodDataNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeStaticMeshLodDataNode : public UInterchangeFactoryBaseNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddBoxCollisionMeshUid
(
const FString& MeshName |
||
| bool | AddCapsuleCollisionMeshUid
(
const FString& MeshName |
||
| bool | AddConvexCollisionMeshUid
(
const FString& MeshName |
||
| bool | AddMeshUid
(
const FString& MeshName |
||
| bool | AddSphereCollisionMeshUid
(
const FString& MeshName |
||
| void | GetBoxCollisionMeshUids
(
TArray< FString >& OutMeshNames |
||
| int32 | |||
| void | GetCapsuleCollisionMeshUids
(
TArray< FString >& OutMeshNames |
||
| int32 | |||
| void | GetConvexCollisionMeshUids
(
TArray< FString >& OutMeshNames |
||
| int32 | |||
| bool | GetImportCollision
(
bool& AttributeValue |
||
| void | GetMeshUids
(
TArray< FString >& OutMeshNames |
||
| int32 | |||
| bool | GetOneConvexHullPerUCX
(
bool& AttributeValue |
||
| void | GetSphereCollisionMeshUids
(
TArray< FString >& OutMeshNames |
||
| int32 | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | RemoveBoxCollisionMeshUid
(
const FString& MeshName |
||
| bool | RemoveCapsuleCollisionMeshUid
(
const FString& MeshName |
||
| bool | RemoveConvexCollisionMeshUid
(
const FString& MeshName |
||
| bool | RemoveMeshUid
(
const FString& MeshName |
||
| bool | RemoveSphereCollisionMeshUid
(
const FString& MeshName |
||
| bool | SetImportCollision
(
bool AttributeValue |
||
| bool | SetOneConvexHullPerUCX
(
bool AttributeValue |
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 |