- un-const-ify some functions.
This commit is contained in:
parent
abc4481431
commit
63eb3e331e
3 changed files with 22 additions and 23 deletions
|
|
@ -82,7 +82,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
void SetDefaultValue(void *base, unsigned offset, TArray<FTypeAndOffset> *special) const override
|
||||
void SetDefaultValue(void *base, unsigned offset, TArray<FTypeAndOffset> *special) override
|
||||
{
|
||||
if (base != nullptr) new((uint8_t *)base + offset) FActorInfo;
|
||||
if (special != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue