PacketHandler::GetComponentByName

Returns a pointer to the first component in the HandlerComponents array with the specified name.

Windows
MacOS
Linux

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h

Include

#include "PacketHandler.h"

Source

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp

Syntax

TSharedPtr< HandlerComponent > GetComponentByName
(
    FName ComponentName
) const

Remarks

Returns a pointer to the first component in the HandlerComponents array with the specified name.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss