UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBoolParameterNameAndValue Struct Reference

#include <MovieSceneParameterSection.h>

Public Member Functions

 FBoolParameterNameAndValue (FName InParameterName, bool InValue)
 

Public Attributes

FName ParameterName
 
bool Value
 

Detailed Description

Structure representing the value of a bool parameter.

Constructor & Destructor Documentation

◆ FBoolParameterNameAndValue()

FBoolParameterNameAndValue::FBoolParameterNameAndValue ( FName  InParameterName,
bool  InValue 
)
inline

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

Member Data Documentation

◆ ParameterName

FName FBoolParameterNameAndValue::ParameterName

The name of the bool parameter.

◆ Value

bool FBoolParameterNameAndValue::Value

The value of the bool parameter.


The documentation for this struct was generated from the following file: