FStreamableHandle::SetDebugNameIfEmptyOrDefault

Allows user code to provide a more detailed name in the cases where a name is autogenerated or otherwise default.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h

Include

#include "Engine/StreamableManager.h"

Source

/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp

Syntax

void SetDebugNameIfEmptyOrDefault
(
    const FString & NewName
)

Remarks

Allows user code to provide a more detailed name in the cases where a name is autogenerated or otherwise default.