UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterchangeWriterBase.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "UObject/Object.h"
9
10#include "InterchangeWriterBase.generated.h"
11
12UCLASS(BlueprintType, Blueprintable, Abstract, Experimental, MinimalAPI)
14{
16public:
17
23 virtual bool Export(UInterchangeBaseNodeContainer* BaseNodeContainer) const {return false;}
24};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition InterchangeBaseNodeContainer.h:39
Definition InterchangeWriterBase.h:14
virtual bool Export(UInterchangeBaseNodeContainer *BaseNodeContainer) const
Definition InterchangeWriterBase.h:23
Definition Object.h:95
Definition RobinHoodHashTable.h:18