UObject::GetDetailedInfo

This will return detail info about this specific object.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp

Syntax

FString GetDetailedInfo() const

Remarks

This will return detail info about this specific object. (e.g. AudioComponent will return the name of the cue, ParticleSystemComponent will return the name of the ParticleSystem) The idea here is that in many places you have a component of interest but what you really want is some characteristic that you can use to track down where it came from.

@note safe to call on NULL object pointers!

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