UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AssetRegistryState.h:50
Definition ActorComponent.h:152
Definition ActorEditorUtils.cpp:17
bool ValidateActorName(const FText &InName, FText &OutErrorMessage)
Definition ActorEditorUtils.cpp:123
bool IsABuilderBrush(const AActor *InActor)
Definition ActorEditorUtils.cpp:18
bool TraverseActorTree_ChildFirst(AActor *InActor, TFunctionRef< bool(AActor *)> InPredicate, bool bIncludeThisActor)
Definition ActorEditorUtils.cpp:104
void GetEditableComponents(const AActor *InActor, TArray< UActorComponent * > &OutEditableComponents)
Definition ActorEditorUtils.cpp:51
bool IsAPreviewOrInactiveActor(const AActor *InActor)
Definition ActorEditorUtils.cpp:45
bool ValidateActorLabel(FStringView InName, FText &OutErrorMessage)
Definition ActorEditorUtils.cpp:128
bool TraverseActorTree_ParentFirst(AActor *InActor, TFunctionRef< bool(AActor *)> InPredicate, bool bIncludeThisActor)
Definition ActorEditorUtils.cpp:77
bool IsABrush(const AActor *InActor)
Definition ActorEditorUtils.cpp:40