UStaticMeshComponent::GetDetailedInfoInternal

This function actually does the work for the [GetDetailedInfo()](API\Runtime\CoreUObject\UObject\UObject\GetDetailedInfo) and is virtual.

Windows
MacOS
Linux

Override Hierarchy

UObject::GetDetailedInfoInternal()

UStaticMeshComponent::GetDetailedInfoInternal()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h

Include

#include "Components/StaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp

Syntax

virtual FString GetDetailedInfoInternal() const

Remarks

This function actually does the work for the GetDetailedInfo() and is virtual. It should only be called from GetDetailedInfo as GetDetailedInfo is 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