Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBaseNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FillAttributeFromObject
(
const FString& NodeAttributeKey, |
Reads an attribute value from a UObject. | Nodes/InterchangeFactoryBaseNode.h | |
bool FillAttributeFromObject
(
const FString& NodeAttributeKey, |
Specialized version of FillAttributeFromObject for strings. | Nodes/InterchangeFactoryBaseNode.h | |
bool FillAttributeFromObject
(
const FString& NodeAttributeKey, |
Specialized version of FillAttributeFromObject for bools. | Nodes/InterchangeFactoryBaseNode.h |
FillAttributeFromObject(const FString &, UObject *, const FName)
Description
Reads an attribute value from a UObject.
| Name | FillAttributeFromObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include Path | #include "Nodes/InterchangeFactoryBaseNode.h" |
template<typename AttributeType>
bool FillAttributeFromObject
(
const FString & NodeAttributeKey,
UObject * Object,
const FName PropertyName
)
True if the operation succeeded.
Parameters
| Name | Remarks |
|---|---|
| NodeAttributeKey | The key for the attribute to read. |
| Object | The object to read from. |
| PropertyName | The name of the property to read from on the Object. |
FillAttributeFromObject(const FString &, UObject *, const FName)
Description
Specialized version of FillAttributeFromObject for strings. If the target property is an FObjectPropertyBase, treat the string as an object path.
| Name | FillAttributeFromObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include Path | #include "Nodes/InterchangeFactoryBaseNode.h" |
template<>
bool FillAttributeFromObject
(
const FString & NodeAttributeKey,
UObject * Object,
const FName PropertyName
)
FillAttributeFromObject(const FString &, UObject *, const FName)
Description
Specialized version of FillAttributeFromObject for bools. If the target property is an FBoolProperty, treat the property as a bitfield.
| Name | FillAttributeFromObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include Path | #include "Nodes/InterchangeFactoryBaseNode.h" |
template<>
bool FillAttributeFromObject
(
const FString & NodeAttributeKey,
UObject * Object,
const FName PropertyName
)