Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExportObjectInnerContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates the map from objects to their direct inners. | UnrealExporter.h | ||
FExportObjectInnerContext
(
const TArray< UObject* >& ObjsToIgnore |
Creates the map from objects to their direct inners. | UnrealExporter.h | |
FExportObjectInnerContext
(
const bool bIgnoredValue |
Empty Constructor for derived export contexts | UnrealExporter.h |
FExportObjectInnerContext()
Description
Creates the map from objects to their direct inners.
| Name | FExportObjectInnerContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealExporter.h |
| Include Path | #include "UnrealExporter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp |
FExportObjectInnerContext()
FExportObjectInnerContext(const TArray< UObject * > &)
Description
Creates the map from objects to their direct inners.
| Name | FExportObjectInnerContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealExporter.h |
| Include Path | #include "UnrealExporter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp |
FExportObjectInnerContext
(
const TArray < UObject * > & ObjsToIgnore
)
Parameters
| Name | Remarks |
|---|---|
| ObjsToIgnore | An array of objects that should NOT be put in the list |
FExportObjectInnerContext(const bool)
Description
Empty Constructor for derived export contexts
| Name | FExportObjectInnerContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealExporter.h |
| Include Path | #include "UnrealExporter.h" |
FExportObjectInnerContext
(
const bool bIgnoredValue
)