PacketHandler::DoesAnyProfileHaveComponent

Searches the [PacketHandler](API\Runtime\PacketHandler\PacketHandler) profile configurations 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 DoesAnyProfileHaveComponent
(
    const FString & InComponentName
)

Remarks

Searches the PacketHandler profile configurations to find if a component is listed.

Returns

if there is a profile that has the component included.

Parameters

Parameter

Description

InComponentName

The PacketHandler 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