Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxLightImport.cpp |
ALight * CreateLight
(
FbxLight * InLight,
UWorld * InWorld
)
Remarks
Import Fbx light ALight*
Parameters
| Name | Description |
|---|---|
| FbxLight | fbx light object |
| World | in which to create the light |