TAttribute::Set

Sets the attribute's value

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Attribute.h

Include

#include "Misc/Attribute.h"

Syntax

template<typename OtherType>
void Set
(
    const OtherType & InNewValue
)

Remarks

Sets the attribute's value

Parameters

Parameter

Description

InNewValue

The value to set the attribute to

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