UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SMInstanceElementAssetDataInterface.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Elements/Interfaces/TypedElementAssetDataInterface.h
"
6
7
#include "SMInstanceElementAssetDataInterface.generated.h"
8
9
UCLASS
(MinimalAPI)
10
class
USMInstanceElementAssetDataInterface
:
public
UObject
,
public
ITypedElementAssetDataInterface
11
{
12
GENERATED_BODY
()
13
14
public
:
15
ENGINE_API
virtual
FAssetData
GetAssetData(
const
FTypedElementHandle
&
InElementHandle
)
override
;
16
};
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
TypedElementAssetDataInterface.h
ITypedElementAssetDataInterface
Definition
TypedElementAssetDataInterface.h:38
UObject
Definition
Object.h:95
USMInstanceElementAssetDataInterface
Definition
SMInstanceElementAssetDataInterface.h:11
FAssetData
Definition
AssetData.h:162
FTypedElementHandle
Definition
TypedElementHandle.h:18
Engine
Source
Runtime
Engine
Public
Elements
SMInstance
SMInstanceElementAssetDataInterface.h
Generated by
1.9.8