UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FConsoleVariableSinkHandle Class Reference

#include <IConsoleManager.h>

Public Member Functions

 FConsoleVariableSinkHandle ()
 
 FConsoleVariableSinkHandle (FDelegateHandle InHandle)
 
template<typename MulticastDelegateType >
void RemoveFromDelegate (MulticastDelegateType &MulticastDelegate)
 
template<typename DelegateType >
bool HasSameHandle (const DelegateType &Delegate) const
 

Detailed Description

Class representing an handle to an online delegate.

Constructor & Destructor Documentation

◆ FConsoleVariableSinkHandle() [1/2]

FConsoleVariableSinkHandle::FConsoleVariableSinkHandle ( )
inline

◆ FConsoleVariableSinkHandle() [2/2]

FConsoleVariableSinkHandle::FConsoleVariableSinkHandle ( FDelegateHandle  InHandle)
inlineexplicit

Member Function Documentation

◆ HasSameHandle()

template<typename DelegateType >
bool FConsoleVariableSinkHandle::HasSameHandle ( const DelegateType &  Delegate) const
inline

◆ RemoveFromDelegate()

void FConsoleVariableSinkHandle::RemoveFromDelegate ( MulticastDelegateType MulticastDelegate)
inline

The documentation for this class was generated from the following file: