FExpressionNode::Cast

Cast this node to the specified type. Will return nullptr if the types do not match.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Source

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl

Syntax

template<typename T>
const T * Cast() const

Remarks

Cast this node to the specified type. Will return nullptr if the types do not match.

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