Navigation
API > API/Plugins > API/Plugins/PlainPropsUObject
Runtime scope to declare and custom bind an override for a schema bound UClass.
| Name | TScopedUClassBinding |
| 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 TScopedUClassBinding : public TScopedStructBinding< T, Runtime, CustomBinding >
Inheritance Hierarchy
- TScopedStructBinding< T, Runtime, CustomBinding > → TScopedUClassBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopedUClassBinding() |
PlainPropsUObjectRuntime.h |