UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterchangeBlueprintPipelineBase.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Engine/Blueprint.h"
7#include "UObject/Object.h"
9
10
11#include "InterchangeBlueprintPipelineBase.generated.h"
12
13UCLASS(BlueprintType, MinimalAPI)
15{
17
18public:
20 {
21 ParentClass = UInterchangePipelineBase::StaticClass();
22 //We must make sure the GeneratedClass is generated after the blueprint is loaded
23 bRecompileOnLoad = true;
24 }
25};
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 Blueprint.h:403
Definition InterchangeBlueprintPipelineBase.h:15
UInterchangeBlueprintPipelineBase()
Definition InterchangeBlueprintPipelineBase.h:19