IDefinitionProvider::Register

Makes the instance of a definition visible to queries.

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>
void Register
(
    const T * Instance,
    const [UE::Trace::TEventRef](API\Runtime\TraceLog\Trace\TEventRef)< DefinitionType > & Id
)

Remarks

Makes the instance of a definition visible to queries.

Parameters

Name Description
Instance Pointer to the instance
Id Id that should be used to reference the definition.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library