UGameplayStatics::ParseOption

Find an option in the options string and return it.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h

Include

#include "Kismet/GameplayStatics.h"

Source

/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp

Syntax

static FString ParseOption
(
    FString Options,
    const FString & Key
)

Remarks

Find an option in the options string and return it.

Returns

The value associated with Key if Key found in Options string.

Parameters

Parameter

Description

Options

The string containing the options.

Key

The key to find the value of in Options.

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