UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IAssetRegistryTagProviderInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "UObject/Interface.h"
6
7#include "IAssetRegistryTagProviderInterface.generated.h"
8
12UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
17
19{
21
22public:
23
25 virtual bool ShouldAddCDOTagsToBlueprintClass() const { return false; }
26};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition IAssetRegistryTagProviderInterface.h:19
virtual bool ShouldAddCDOTagsToBlueprintClass() const
Definition IAssetRegistryTagProviderInterface.h:25
Definition IAssetRegistryTagProviderInterface.h:14
Definition Interface.h:19