Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils > FInstancedStruct > FInstancedStruct
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/InstancedStruct.h |
Include | #include "StructUtils/InstancedStruct.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/InstancedStruct.cpp |
FInstancedStruct
(
const FConstStructView InOther
)
Remarks
This constructor is explicit to avoid accidentally converting struct views to instanced structs (which would result in costly copy of the struct to be made). Implicit conversion could happen e.g. when comparing FInstancedStruct to FConstStructView.