UGameplayStatics::GetIntOption

Find an option in the options string and return it as an integer.

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 int32 GetIntOption
(
    const FString & Options,
    const FString & Key,
    int32 DefaultValue
)

Remarks

Find an option in the options string and return it as an integer.

Returns

The value associated with Key as an integer if Key found in Options string, otherwise DefaultValue.

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