UUnrealEdEngine::FindComponentVisualizer

Find a component visualizer for the given component class (checking parent classes too)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h

Include

#include "Editor/UnrealEdEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp

Syntax

TSharedPtr< class FComponentVisualizer > FindComponentVisualizer
(
    UClass * ComponentClass
) const

Remarks

Find a component visualizer for the given component class (checking parent classes too)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss