Navigation
API > API/Plugins > API/Plugins/PlainPropsUObject
Runtime scope to declare and custom bind an override for a schema bound UStruct.
| Name | TScopedUStructBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainPropsUObject/Source/Public/PlainPropsUObjectRuntime.h |
| Include Path | #include "PlainPropsUObjectRuntime.h" |
Syntax
template<class T, class Runtime , typename CustomBinding>
struct TScopedUStructBinding : public TScopedStructBinding< T, Runtime, CustomBinding >
Inheritance Hierarchy
- TScopedStructBinding< T, Runtime, CustomBinding > → TScopedUStructBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopedUStructBinding() |
PlainPropsUObjectRuntime.h |