11#include "TypedElementSelectionSetLibrary.generated.h"
42 UFUNCTION(BlueprintCallable, Category=
"TypedElementFramework|Selection", meta=(ScriptMethod))
57 return SelectionSet->SelectElements(
NativeList.ToSharedRef(), SelectionOptions);
64 UFUNCTION(BlueprintCallable, Category=
"TypedElementFramework|Selection", meta=(ScriptMethod))
79 return SelectionSet->DeselectElements(
NativeList.ToSharedRef(), SelectionOptions);
87 UFUNCTION(BlueprintCallable, Category=
"TypedElementFramework|Selection", meta=(ScriptMethod))
97 ? SelectionSet->SetSelection(
NativeList.ToSharedRef(), SelectionOptions)
98 : SelectionSet->ClearSelection(SelectionOptions);
105 UFUNCTION(BlueprintPure, Category=
"TypedElementFramework|Selection", meta=(ScriptMethod))
121 UFUNCTION(BlueprintPure, Category=
"TypedElementFramework|Selection", meta=(ScriptMethod))
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UCLASS(...)
Definition ObjectMacros.h:776
TSharedRef< ObjectType, Mode > ToSharedRef() const &
Definition SharedPointer.h:1028
Definition TypedElementSelectionSetLibrary.h:34
Definition TypedElementSelectionSet.h:180
@ Error
Definition LogVerbosity.h:28
Definition TypedElementSelectionSetLibrary.h:14
bool CheckForInvalidSelectionSet(UTypedElementSelectionSet *SelectionSet)
Definition TypedElementSelectionSetLibrary.h:16
FScriptTypedElementListPtr ConvertToScriptTypedElementList(const FTypedElementListConstPtr &NativeList)
Definition TypedElementList.cpp:554
FTypedElementListPtr ConvertToNativeTypedElementList(const FScriptTypedElementListConstPtr &ScriptList)
Definition TypedElementList.cpp:526
static COREUOBJECT_API void KismetExecutionMessage(const TCHAR *Message, ELogVerbosity::Type Verbosity, FName WarningId=FName())
Definition ScriptCore.cpp:644
Definition TypedElementListProxy.h:18
Definition TypedElementSelectionSet.h:37
Definition TypedElementSelectionInterface.h:67