PacketHandler::DoesProfileHaveComponent

Searches the [PacketHandler](API\Runtime\PacketHandler\PacketHandler) profile configuration for the given netdriver to find if a component is listed.

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

static bool DoesProfileHaveComponent
(
    const FName InNetDriverName,
    const FString & InComponentName
)

Remarks

Searches the PacketHandler profile configuration for the given netdriver to find if a component is listed.

Returns

if the component is listed in the profile configuration.

Parameters

Parameter

Description

InNetDriverName

The name of the netdriver to search configuration for

InComponentName

The component to search for

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