IDefinitionProvider::Get

Attempts to retrieve a previously registered instance of a definition using a reference.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IDefinitionProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Definitions.h
Include #include "TraceServices/Model/Definitions.h"
template<typename T, typename DefinitionType>
const T * Get
(
    const [UE::Trace::TEventRef](API\Runtime\TraceLog\Trace\TEventRef)< DefinitionType > & Reference
) const

Remarks

Attempts to retrieve a previously registered instance of a definition using a reference. Pointer to the definition or null if the id was not found.

Parameters

Name Description
Reference Id used to uniquely identify the definition.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library