FBoolParameterNameAndValue

Structure representing the value of a bool parameter.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FBoolParameterNameAndValue

Remarks

Structure representing the value of a bool parameter.

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the bool parameter.

Public variable

bool

 

Value

The value of the bool parameter.

Constructors

Name Description

Public function

FBoolParameterNameAndValue

(
    FName InParameterName,
    bool InValue
)

Creates a new FScalarParameterAndValue with a parameter name and a value.

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