Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/EditorFramework/Public/Elements/Interfaces/TypedElementDetailsInterface.h |
Include |
#include "Elements/Interfaces/TypedElementDetailsInterface.h" |
class ITypedElementDetailsObject
Proxy instance to provide a UObject for editing by a details panel. This instance will exist as long as the details panel is using it, so gives a lifetime to potentially synthesized UObject instances that are created purely for editing (eg, on instances).
Name | Description | |
---|---|---|
|
~ITypedElementDetailsObject() |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
Called during GC to collect references. |
|
|
UObject *... |
GetObject() |
Get the underlying UObject that should be edited by the details panel, if any. |