Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- TSharedFromThis
- FFbxNodeInfo
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h |
| Include | #include "Factories/FbxSceneImportFactory.h" |
Syntax
class FFbxNodeInfo : public TSharedFromThis< FFbxNodeInfo >
Remarks
Node use to store the scene hierarchy transform will be relative to the parent.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FFbxAttributeInfo > | AttributeInfo | ||
| FString | AttributeType | ||
| uint64 | AttributeUniqueId | ||
| bool | bImportNode | ||
| TArray< TSharedPtr< FFbxNodeInfo > > | Childrens | ||
| TArray< TSharedPtr< FFbxMaterialInfo > > | Materials | ||
| FString | NodeHierarchyPath | ||
| FString | NodeName | ||
| TSharedPtr< FFbxNodeInfo > | ParentNodeInfo | ||
| FVector | PivotRotation | ||
| FVector | PivotScaling | ||
| FTransform | Transform | ||
| uint64 | UniqueId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFbxNodeInfo () |