UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementListProxy.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 "TypedElementListProxy.generated.h"
8
16USTRUCT(BlueprintType, DisplayName="Typed Element List", meta=(ScriptName="TypedElementList"))
47
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > ConstCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:1910
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
Definition SharedPointer.h:153
Definition TypedElementList.h:62
Definition TypedElementListProxy.h:18
FScriptTypedElementListConstPtr GetElementList() const
Definition TypedElementListProxy.h:39
FScriptTypedElementListPtr GetElementList()
Definition TypedElementListProxy.h:34
FScriptTypedElementListProxy(FScriptTypedElementListRef InElementList)
Definition TypedElementListProxy.h:24
FScriptTypedElementListProxy(FScriptTypedElementListConstRef InElementList)
Definition TypedElementListProxy.h:29