Term (Custom Display)


Description

Use this callback to free user data and local memory.


Applies To

Custom Display Host


Syntax

void <custom_display_name>_Term( CRef& in_context ) 

{ 

	... 

}

<custom_display_name> is the name specified in the call to PluginRegistrar::RegisterCustomDisplay, with any spaces converted to underscores.


Parameters

Parameter Type Description
in_context CRef& A reference to a ViewContext object.


See Also