Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Converters
Inheritance Hierarchy
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFObjectArrayScopeGuard.h |
| Include | #include "Converters/GLTFObjectArrayScopeGuard.h" |
Syntax
template<typename ObjectType, typename>
class FGLTFObjectArrayScopeGuard :
public FGCObject,
public TArray< ObjectType * >
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Non-copyable |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FGLTFObjectArrayScopeGuard & | operator=
(
const FGLTFObjectArrayScopeGuard& |