Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree > API/Runtime/Engine/HLSLTree/FExpression > API/Runtime/Engine/HLSLTree/FExpression/GetValueObject
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTree.h |
| Include | #include "HLSLTree/HLSLTree.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HLSLTree/HLSLTree.cpp |
bool GetValueObject
(
FEmitContext & Context,
FEmitScope & Scope,
const FName & ObjectTypeName,
void * OutObjectBase
) const
Remarks
Gets the value as an 'Object' with a certain type Individual expressions will potentially support different types of objects true if given type is supported, otherwise false
Parameters
| Name | Description |
|---|---|
| ObjectTypeName | should be the object type that matches the type returned by PrepareExpression |
| OutObjectBase | pointer to an object of the correct type |