Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObject
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 |
FString GetDetailedInfo&40;&41; 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.
safe to call on NULL object pointers!