UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ContentBundleTypeFactory.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
6#include "UObject/Object.h"
7
8#include "ContentBundleTypeFactory.generated.h"
9
12
13UCLASS(MinimalAPI)
15{
17
18public:
19 ENGINE_API virtual TSharedPtr<FContentBundleClient> CreateClient(const UContentBundleDescriptor* Descriptor, const FString& ClientDisplayName);
20};
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 ContentBundleClient.h:35
Definition SharedPointer.h:692
Definition ContentBundleDescriptor.h:16
Definition ContentBundleTypeFactory.h:15
Definition Object.h:95